Class: Upkeep::Replay::CollectionMember
- Inherits:
-
Object
- Object
- Upkeep::Replay::CollectionMember
- Includes:
- Payload
- Defined in:
- lib/upkeep/replay.rb
Instance Method Summary collapse
Methods included from Payload
Instance Method Details
#to_h ⇒ Object
199 200 201 202 203 204 205 206 207 |
# File 'lib/upkeep/replay.rb', line 199 def to_h { type: type, controller_class: controller_class, partial: partial, record: record.to_h, options: Replay.value_hash_to_h() }.compact end |
#type ⇒ Object
197 |
# File 'lib/upkeep/replay.rb', line 197 def type = "collection_member" |