Class: Softlayer::Locale::StateProvince
- Defined in:
- lib/softlayer/locale/state_province.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#long_name ⇒ Object
Returns the value of attribute long_name.
-
#short_name ⇒ Object
Returns the value of attribute short_name.
Method Summary
Methods inherited from Model
all, all_request_for, create, find, parse, request, #request, #to_hash
Instance Attribute Details
#long_name ⇒ Object
Returns the value of attribute long_name.
4 5 6 |
# File 'lib/softlayer/locale/state_province.rb', line 4 def long_name @long_name end |
#short_name ⇒ Object
Returns the value of attribute short_name.
5 6 7 |
# File 'lib/softlayer/locale/state_province.rb', line 5 def short_name @short_name end |