Class: Vishnu::StandardTime::Parts

Inherits:
Struct
  • Object
show all
Defined in:
lib/vishnu/standard_time.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dayObject

Returns the value of attribute day

Returns:

  • (Object)

    the current value of day



15
16
17
# File 'lib/vishnu/standard_time.rb', line 15

def day
  @day
end

#day_msObject

Returns the value of attribute day_ms

Returns:

  • (Object)

    the current value of day_ms



15
16
17
# File 'lib/vishnu/standard_time.rb', line 15

def day_ms
  @day_ms
end

#flowObject

Returns the value of attribute flow

Returns:

  • (Object)

    the current value of flow



15
16
17
# File 'lib/vishnu/standard_time.rb', line 15

def flow
  @flow
end

#flow_of_minuteObject

Returns the value of attribute flow_of_minute

Returns:

  • (Object)

    the current value of flow_of_minute



15
16
17
# File 'lib/vishnu/standard_time.rb', line 15

def flow_of_minute
  @flow_of_minute
end

#percent_of_dayObject

Returns the value of attribute percent_of_day

Returns:

  • (Object)

    the current value of percent_of_day



15
16
17
# File 'lib/vishnu/standard_time.rb', line 15

def percent_of_day
  @percent_of_day
end

#pulseObject

Returns the value of attribute pulse

Returns:

  • (Object)

    the current value of pulse



15
16
17
# File 'lib/vishnu/standard_time.rb', line 15

def pulse
  @pulse
end

#second_of_dayObject

Returns the value of attribute second_of_day

Returns:

  • (Object)

    the current value of second_of_day



15
16
17
# File 'lib/vishnu/standard_time.rb', line 15

def second_of_day
  @second_of_day
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



15
16
17
# File 'lib/vishnu/standard_time.rb', line 15

def source
  @source
end

#unix_msObject

Returns the value of attribute unix_ms

Returns:

  • (Object)

    the current value of unix_ms



15
16
17
# File 'lib/vishnu/standard_time.rb', line 15

def unix_ms
  @unix_ms
end

#vickObject

Returns the value of attribute vick

Returns:

  • (Object)

    the current value of vick



15
16
17
# File 'lib/vishnu/standard_time.rb', line 15

def vick
  @vick
end