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
301 302 303 304 305 306 307 308 309 |
# File 'lib/upkeep/replay.rb', line 301 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
299 |
# File 'lib/upkeep/replay.rb', line 299 def type = "rails_form_builder" |