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
5 6 7 |
# File 'lib/wareki/era_def.rb', line 5 def end @end end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/wareki/era_def.rb', line 5 def name @name end |
#start ⇒ Object
Returns the value of attribute start
5 6 7 |
# File 'lib/wareki/era_def.rb', line 5 def start @start end |
#year ⇒ Object
Returns the value of attribute year
5 6 7 |
# File 'lib/wareki/era_def.rb', line 5 def year @year end |