Flowdock
method

post

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Relayer
post(source) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailbox/lib/action_mailbox/relayer.rb, line 54
      def post(source)
        client.post uri, source,
          "Content-Type"  => CONTENT_TYPE,
          "User-Agent"    => USER_AGENT,
          "Authorization" => "Basic #{Base64.strict_encode64(username + ":" + password)}"
      end
Register or log in to add new notes.