Class: Croudia::Place
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#woeid ⇒ Object
readonly
Returns the value of attribute woeid.
Method Summary
Methods inherited from Base
#[], attr_object_reader, attr_reader, #attrs, #initialize, #inspect
Constructor Details
This class inherits a constructor from Croudia::Base
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
5 6 7 |
# File 'lib/croudia/place.rb', line 5 def name @name end |
#woeid ⇒ Object (readonly)
Returns the value of attribute woeid.
5 6 7 |
# File 'lib/croudia/place.rb', line 5 def woeid @woeid end |