Class: CyberarmEngine::Stats::Frame::Timing
- Inherits:
-
Struct
- Object
- Struct
- CyberarmEngine::Stats::Frame::Timing
- Defined in:
- lib/cyberarm_engine/stats.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration
43 44 45 |
# File 'lib/cyberarm_engine/stats.rb', line 43 def duration @duration end |
#end_time ⇒ Object
Returns the value of attribute end_time
43 44 45 |
# File 'lib/cyberarm_engine/stats.rb', line 43 def end_time @end_time end |
#start_time ⇒ Object
Returns the value of attribute start_time
43 44 45 |
# File 'lib/cyberarm_engine/stats.rb', line 43 def start_time @start_time end |