Module: Tendril

Defined in:
lib/tendril.rb,
lib/tendril/client.rb,
lib/tendril/version.rb

Defined Under Namespace

Classes: Client

Constant Summary collapse

VERSION =
"0.0.2"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.account_idObject

Returns the value of attribute account_id.



18
19
20
# File 'lib/tendril.rb', line 18

def 
  @account_id
end

.emailObject

Returns the value of attribute email.



18
19
20
# File 'lib/tendril.rb', line 18

def email
  @email
end

.passwordObject

Returns the value of attribute password.



18
19
20
# File 'lib/tendril.rb', line 18

def password
  @password
end

.subdomainObject

Returns the value of attribute subdomain.



18
19
20
# File 'lib/tendril.rb', line 18

def subdomain
  @subdomain
end

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Tendril)

    the object that the method was called on



12
13
14
15
# File 'lib/tendril.rb', line 12

def self.configure
  yield self
  true
end