Class: Vishnu::StandardTime::Parts
- Inherits:
-
Struct
- Object
- Struct
- Vishnu::StandardTime::Parts
- Defined in:
- lib/vishnu/standard_time.rb
Instance Attribute Summary collapse
-
#day ⇒ Object
Returns the value of attribute day.
-
#day_ms ⇒ Object
Returns the value of attribute day_ms.
-
#flow ⇒ Object
Returns the value of attribute flow.
-
#flow_of_minute ⇒ Object
Returns the value of attribute flow_of_minute.
-
#percent_of_day ⇒ Object
Returns the value of attribute percent_of_day.
-
#pulse ⇒ Object
Returns the value of attribute pulse.
-
#second_of_day ⇒ Object
Returns the value of attribute second_of_day.
-
#source ⇒ Object
Returns the value of attribute source.
-
#unix_ms ⇒ Object
Returns the value of attribute unix_ms.
-
#vick ⇒ Object
Returns the value of attribute vick.
Instance Attribute Details
#day ⇒ Object
Returns the value of attribute day
26 27 28 |
# File 'lib/vishnu/standard_time.rb', line 26 def day @day end |
#day_ms ⇒ Object
Returns the value of attribute day_ms
26 27 28 |
# File 'lib/vishnu/standard_time.rb', line 26 def day_ms @day_ms end |
#flow ⇒ Object
Returns the value of attribute flow
26 27 28 |
# File 'lib/vishnu/standard_time.rb', line 26 def flow @flow end |
#flow_of_minute ⇒ Object
Returns the value of attribute flow_of_minute
26 27 28 |
# File 'lib/vishnu/standard_time.rb', line 26 def flow_of_minute @flow_of_minute end |
#percent_of_day ⇒ Object
Returns the value of attribute percent_of_day
26 27 28 |
# File 'lib/vishnu/standard_time.rb', line 26 def percent_of_day @percent_of_day end |
#pulse ⇒ Object
Returns the value of attribute pulse
26 27 28 |
# File 'lib/vishnu/standard_time.rb', line 26 def pulse @pulse end |
#second_of_day ⇒ Object
Returns the value of attribute second_of_day
26 27 28 |
# File 'lib/vishnu/standard_time.rb', line 26 def second_of_day @second_of_day end |
#source ⇒ Object
Returns the value of attribute source
26 27 28 |
# File 'lib/vishnu/standard_time.rb', line 26 def source @source end |
#unix_ms ⇒ Object
Returns the value of attribute unix_ms
26 27 28 |
# File 'lib/vishnu/standard_time.rb', line 26 def unix_ms @unix_ms end |
#vick ⇒ Object
Returns the value of attribute vick
26 27 28 |
# File 'lib/vishnu/standard_time.rb', line 26 def vick @vick end |