Class: Contacts::YahooToken
- Inherits:
-
Object
- Object
- Contacts::YahooToken
- Defined in:
- lib/contacts/yahoo.rb
Instance Attribute Summary collapse
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(token) ⇒ YahooToken
constructor
A new instance of YahooToken.
Constructor Details
#initialize(token) ⇒ YahooToken
Returns a new instance of YahooToken.
248 249 250 |
# File 'lib/contacts/yahoo.rb', line 248 def initialize(token) @token = token end |
Instance Attribute Details
#token ⇒ Object (readonly)
Returns the value of attribute token.
247 248 249 |
# File 'lib/contacts/yahoo.rb', line 247 def token @token end |