Class: Shark::FormService::Form::Structure

Inherits:
Element
  • Object
show all
Defined in:
lib/shark/form_service/form/structure.rb

Instance Attribute Summary

Attributes inherited from Element

#children, #parent

Instance Method Summary collapse

Methods inherited from Element

#ancestors, #attribute_defined?, #attribute_definition, #attribute_definitions, #id, #label, #text, #type

Constructor Details

#initialize(structure) ⇒ Structure

Returns a new instance of Structure.



7
8
9
# File 'lib/shark/form_service/form/structure.rb', line 7

def initialize(structure)
  super(structure)
end