Class: CyberarmEngine::Stats::Frame::Timing

Inherits:
Struct
  • Object
show all
Defined in:
lib/cyberarm_engine/stats.rb

Instance Attribute Summary collapse

Instance Attribute Details

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



43
44
45
# File 'lib/cyberarm_engine/stats.rb', line 43

def duration
  @duration
end

#end_timeObject

Returns the value of attribute end_time

Returns:

  • (Object)

    the current value of end_time



43
44
45
# File 'lib/cyberarm_engine/stats.rb', line 43

def end_time
  @end_time
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



43
44
45
# File 'lib/cyberarm_engine/stats.rb', line 43

def start_time
  @start_time
end