Class
Tinder::Connection
In:
lib/tinder/connection.rb
Parent:
Object
Methods
basic_auth_settings
connection
connection
get
new
post
put
raw_connection
raw_connection
raw_post
ssl?
token
Constants
HOST
=
'campfirenow.com'
Attributes
options
[R]
subdomain
[R]
uri
[R]
Public Class methods
connection
()
new
(subdomain, options = {})
raw_connection
()
Public Instance methods
basic_auth_settings
()
connection
()
get
(url, *args)
post
(url, body = nil, *args)
put
(url, body = nil, *args)
raw_connection
()
raw_post
(url, body = nil, *args)
ssl?
()
Is the
connection
to campfire using
ssl?
token
()
[Validate]