Class: Croudia::Object::Location
- Defined in:
- lib/croudia/object/location.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#woeid ⇒ Object
readonly
Returns the value of attribute woeid.
Attributes inherited from Base
Method Summary
Methods inherited from Base
attr_reader_as_array_object, attr_reader_as_object, #initialize
Constructor Details
This class inherits a constructor from Croudia::Object::Base
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
6 7 8 |
# File 'lib/croudia/object/location.rb', line 6 def name @name end |
#woeid ⇒ Object (readonly)
Returns the value of attribute woeid.
6 7 8 |
# File 'lib/croudia/object/location.rb', line 6 def woeid @woeid end |