Class: AppMap::Rails::ActionHandler::Context
- Inherits:
-
Struct
- Object
- Struct
- AppMap::Rails::ActionHandler::Context
- Defined in:
- lib/appmap/rails/action_handler.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
8 9 10 |
# File 'lib/appmap/rails/action_handler.rb', line 8 def id @id end |
#start_time ⇒ Object
Returns the value of attribute start_time
8 9 10 |
# File 'lib/appmap/rails/action_handler.rb', line 8 def start_time @start_time end |