Class: Upkeep::Replay::ControllerPage

Inherits:
Object
  • Object
show all
Includes:
Payload
Defined in:
lib/upkeep/replay.rb

Instance Method Summary collapse

Methods included from Payload

empty?, from_h

Instance Method Details

#to_hObject



128
129
130
131
132
133
134
135
# File 'lib/upkeep/replay.rb', line 128

def to_h
  {
    type: type,
    controller_class: controller_class,
    action: action,
    env: env
  }.compact
end

#typeObject



126
# File 'lib/upkeep/replay.rb', line 126

def type = "controller_page"