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



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

#typeObject



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

def type = "rails_form_builder"