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
-
.account_id ⇒ Object
Returns the value of attribute account_id.
-
.email ⇒ Object
Returns the value of attribute email.
-
.password ⇒ Object
Returns the value of attribute password.
-
.subdomain ⇒ Object
Returns the value of attribute subdomain.
Class Method Summary collapse
Class Attribute Details
.account_id ⇒ Object
Returns the value of attribute account_id.
18 19 20 |
# File 'lib/tendril.rb', line 18 def account_id @account_id end |
.email ⇒ Object
Returns the value of attribute email.
18 19 20 |
# File 'lib/tendril.rb', line 18 def email @email end |
.password ⇒ Object
Returns the value of attribute password.
18 19 20 |
# File 'lib/tendril.rb', line 18 def password @password end |
.subdomain ⇒ Object
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
12 13 14 15 |
# File 'lib/tendril.rb', line 12 def self.configure yield self true end |