Class: PunchTime::TimeRecord::Scale
- Inherits:
-
Struct
- Object
- Struct
- PunchTime::TimeRecord::Scale
- Defined in:
- lib/punch_time/time_record.rb
Instance Attribute Summary collapse
-
#days ⇒ Object
Returns the value of attribute days.
-
#hours ⇒ Object
Returns the value of attribute hours.
-
#minutes ⇒ Object
Returns the value of attribute minutes.
-
#rational ⇒ Object
Returns the value of attribute rational.
-
#seconds ⇒ Object
Returns the value of attribute seconds.
Instance Attribute Details
#days ⇒ Object
Returns the value of attribute days
25 26 27 |
# File 'lib/punch_time/time_record.rb', line 25 def days @days end |
#hours ⇒ Object
Returns the value of attribute hours
25 26 27 |
# File 'lib/punch_time/time_record.rb', line 25 def hours @hours end |
#minutes ⇒ Object
Returns the value of attribute minutes
25 26 27 |
# File 'lib/punch_time/time_record.rb', line 25 def minutes @minutes end |
#rational ⇒ Object
Returns the value of attribute rational
25 26 27 |
# File 'lib/punch_time/time_record.rb', line 25 def rational @rational end |
#seconds ⇒ Object
Returns the value of attribute seconds
25 26 27 |
# File 'lib/punch_time/time_record.rb', line 25 def seconds @seconds end |