Class: DocumentForm::DocumentFormBuilder::FieldAdapter

Inherits:
Object
  • Object
show all
Defined in:
lib/document_form.rb

Instance Attribute Summary collapse

Instance Attribute Details

#associationObject

Returns the value of attribute association.



486
487
488
# File 'lib/document_form.rb', line 486

def association
  @association
end

#macroObject

Returns the value of attribute macro.



486
487
488
# File 'lib/document_form.rb', line 486

def macro
  @macro
end

#nameObject

Returns the value of attribute name.



486
487
488
# File 'lib/document_form.rb', line 486

def name
  @name
end

#optionsObject

Returns the value of attribute options.



486
487
488
# File 'lib/document_form.rb', line 486

def options
  @options
end

#requiredObject

Returns the value of attribute required.



486
487
488
# File 'lib/document_form.rb', line 486

def required
  @required
end

#typeObject

Returns the value of attribute type.



486
487
488
# File 'lib/document_form.rb', line 486

def type
  @type
end