Class: Upkeep::Replay::RailsFormBuilderValue
- Inherits:
-
Object
- Object
- Upkeep::Replay::RailsFormBuilderValue
- Includes:
- Value
- Defined in:
- lib/upkeep/replay.rb
Instance Method Summary collapse
Methods included from Value
Instance Method Details
#to_h ⇒ Object
278 279 280 281 282 283 284 285 286 |
# File 'lib/upkeep/replay.rb', line 278 def to_h { type: type, builder_class: builder_class, object_name: object_name, object: Value.from_h(object).to_h, options: Replay.value_hash_to_h() } end |
#type ⇒ Object
276 |
# File 'lib/upkeep/replay.rb', line 276 def type = "rails_form_builder" |