Class: Shark::FormService::Form::Structure
- Defined in:
- lib/shark/form_service/form/structure.rb
Instance Attribute Summary
Attributes inherited from Element
Instance Method Summary collapse
-
#initialize(structure) ⇒ Structure
constructor
A new instance of Structure.
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 |