Class: Daylife::Source
Instance Attribute Summary collapse
-
#daylife_url ⇒ Object
Returns the value of attribute daylife_url.
-
#name ⇒ Object
Returns the value of attribute name.
-
#place_id ⇒ Object
Returns the value of attribute place_id.
-
#rank ⇒ Object
Returns the value of attribute rank.
-
#source_id ⇒ Object
Returns the value of attribute source_id.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
Method Summary
Methods inherited from API
auth, get, #initialize, methodize
Constructor Details
This class inherits a constructor from Daylife::API
Instance Attribute Details
#daylife_url ⇒ Object
Returns the value of attribute daylife_url.
3 4 5 |
# File 'lib/daylife/source.rb', line 3 def daylife_url @daylife_url end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/daylife/source.rb', line 3 def name @name end |
#place_id ⇒ Object
Returns the value of attribute place_id.
3 4 5 |
# File 'lib/daylife/source.rb', line 3 def place_id @place_id end |
#rank ⇒ Object
Returns the value of attribute rank.
3 4 5 |
# File 'lib/daylife/source.rb', line 3 def rank @rank end |
#source_id ⇒ Object
Returns the value of attribute source_id.
3 4 5 |
# File 'lib/daylife/source.rb', line 3 def source_id @source_id end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/daylife/source.rb', line 3 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/daylife/source.rb', line 3 def url @url end |