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



26
27
28
# File 'lib/vishnu/standard_time.rb', line 26

def day
  @day
end

#day_msObject

Returns the value of attribute day_ms

Returns:

  • (Object)

    the current value of day_ms



26
27
28
# File 'lib/vishnu/standard_time.rb', line 26

def day_ms
  @day_ms
end

#flowObject

Returns the value of attribute flow

Returns:

  • (Object)

    the current value of flow



26
27
28
# File 'lib/vishnu/standard_time.rb', line 26

def flow
  @flow
end

#flow_of_minuteObject

Returns the value of attribute flow_of_minute

Returns:

  • (Object)

    the current value of flow_of_minute



26
27
28
# File 'lib/vishnu/standard_time.rb', line 26

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



26
27
28
# File 'lib/vishnu/standard_time.rb', line 26

def percent_of_day
  @percent_of_day
end

#pulseObject

Returns the value of attribute pulse

Returns:

  • (Object)

    the current value of pulse



26
27
28
# File 'lib/vishnu/standard_time.rb', line 26

def pulse
  @pulse
end

#second_of_dayObject

Returns the value of attribute second_of_day

Returns:

  • (Object)

    the current value of second_of_day



26
27
28
# File 'lib/vishnu/standard_time.rb', line 26

def second_of_day
  @second_of_day
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



26
27
28
# File 'lib/vishnu/standard_time.rb', line 26

def source
  @source
end

#unix_msObject

Returns the value of attribute unix_ms

Returns:

  • (Object)

    the current value of unix_ms



26
27
28
# File 'lib/vishnu/standard_time.rb', line 26

def unix_ms
  @unix_ms
end

#vickObject

Returns the value of attribute vick

Returns:

  • (Object)

    the current value of vick



26
27
28
# File 'lib/vishnu/standard_time.rb', line 26

def vick
  @vick
end