Class: Contacts::YahooToken

Inherits:
Object
  • Object
show all
Defined in:
lib/contacts/yahoo.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#tokenObject (readonly)

Returns the value of attribute token.



247
248
249
# File 'lib/contacts/yahoo.rb', line 247

def token
  @token
end