Class: Acrofill::Form::Field
- Inherits:
-
Struct
- Object
- Struct
- Acrofill::Form::Field
- Defined in:
- lib/acrofill/form.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#states ⇒ Object
Returns the value of attribute states.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/acrofill/form.rb', line 11 def name @name end |
#states ⇒ Object
Returns the value of attribute states
11 12 13 |
# File 'lib/acrofill/form.rb', line 11 def states @states end |
#type ⇒ Object
Returns the value of attribute type
11 12 13 |
# File 'lib/acrofill/form.rb', line 11 def type @type end |
#value ⇒ Object
Returns the value of attribute value
11 12 13 |
# File 'lib/acrofill/form.rb', line 11 def value @value end |