Class: Datasets::EStatJapan::Record
- Inherits:
-
Struct
- Object
- Struct
- Datasets::EStatJapan::Record
- Defined in:
- lib/datasets/e-stat-japan.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/datasets/e-stat-japan.rb', line 9 def id @id end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/datasets/e-stat-japan.rb', line 9 def name @name end |
#values ⇒ Object
Returns the value of attribute values
9 10 11 |
# File 'lib/datasets/e-stat-japan.rb', line 9 def values @values end |