Class: Char::Duration
- Inherits:
-
Struct
- Object
- Struct
- Char::Duration
- Defined in:
- lib/Olib/character/char.rb
Instance Attribute Summary collapse
-
#hours ⇒ Object
Returns the value of attribute hours.
-
#minutes ⇒ Object
Returns the value of attribute minutes.
-
#seconds ⇒ Object
Returns the value of attribute seconds.
Instance Attribute Details
#hours ⇒ Object
Returns the value of attribute hours
3 4 5 |
# File 'lib/Olib/character/char.rb', line 3 def hours @hours end |
#minutes ⇒ Object
Returns the value of attribute minutes
3 4 5 |
# File 'lib/Olib/character/char.rb', line 3 def minutes @minutes end |
#seconds ⇒ Object
Returns the value of attribute seconds
3 4 5 |
# File 'lib/Olib/character/char.rb', line 3 def seconds @seconds end |