Class: PunchTime::TimeRecord::Scale

Inherits:
Struct
  • Object
show all
Defined in:
lib/punch_time/time_record.rb

Instance Attribute Summary collapse

Instance Attribute Details

#daysObject

Returns the value of attribute days



25
26
27
# File 'lib/punch_time/time_record.rb', line 25

def days
  @days
end

#hoursObject

Returns the value of attribute hours



25
26
27
# File 'lib/punch_time/time_record.rb', line 25

def hours
  @hours
end

#minutesObject

Returns the value of attribute minutes



25
26
27
# File 'lib/punch_time/time_record.rb', line 25

def minutes
  @minutes
end

#rationalObject

Returns the value of attribute rational



25
26
27
# File 'lib/punch_time/time_record.rb', line 25

def rational
  @rational
end

#secondsObject

Returns the value of attribute seconds



25
26
27
# File 'lib/punch_time/time_record.rb', line 25

def seconds
  @seconds
end