Class: Wareki::Era
- Inherits:
-
Struct
- Object
- Struct
- Wareki::Era
- Defined in:
- lib/wareki/era_def.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#name ⇒ Object
Returns the value of attribute name.
-
#start ⇒ Object
Returns the value of attribute start.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
3 4 5 |
# File 'lib/wareki/era_def.rb', line 3 def end @end end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/wareki/era_def.rb', line 3 def name @name end |
#start ⇒ Object
Returns the value of attribute start
3 4 5 |
# File 'lib/wareki/era_def.rb', line 3 def start @start end |
#year ⇒ Object
Returns the value of attribute year
3 4 5 |
# File 'lib/wareki/era_def.rb', line 3 def year @year end |