Class: Upkeep::Replay::ControllerPage
- Inherits:
-
Object
- Object
- Upkeep::Replay::ControllerPage
- Includes:
- Payload
- Defined in:
- lib/upkeep/replay.rb
Instance Method Summary collapse
Methods included from Payload
Instance Method Details
#to_h ⇒ Object
119 120 121 122 123 124 125 126 |
# File 'lib/upkeep/replay.rb', line 119 def to_h { type: type, controller_class: controller_class, action: action, env: env }.compact end |
#type ⇒ Object
117 |
# File 'lib/upkeep/replay.rb', line 117 def type = "controller_page" |