Class: ONEAccess::DataObject::Region
- Inherits:
-
Object
- Object
- ONEAccess::DataObject::Region
- Defined in:
- lib/oneaccess/data_object/region.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
9 10 11 |
# File 'lib/oneaccess/data_object/region.rb', line 9 def code @code end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/oneaccess/data_object/region.rb', line 7 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/oneaccess/data_object/region.rb', line 8 def name @name end |