Class: Upkeep::Replay::RailsFormBuilderValue

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

Instance Method Summary collapse

Methods included from Value

from_h

Instance Method Details

#to_hObject



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(options)
  }
end

#typeObject



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

def type = "rails_form_builder"