Flowdock
v3.2.1 - Show latest stable - 0 notes - Superclass: Object

Class to handle connections to remote web services. This class is used by ActiveResource::Base to interface with REST services.

Constants

HTTP_FORMAT_HEADER_NAMES = { :get => 'Accept', :put => 'Content-Type', :post => 'Content-Type', :delete => 'Accept', :head => 'Accept' }

Attributes

[R] site
[R] user
[R] password
[R] auth_type
[R] timeout
[R] proxy
[R] ssl_options
[RW] format
Show files where this class is defined (2 files)
Register or log in to add new notes.