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
10 11 12 |
# File 'lib/acrofill/form.rb', line 10 def name @name end |
#states ⇒ Object
Returns the value of attribute states
10 11 12 |
# File 'lib/acrofill/form.rb', line 10 def states @states end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/acrofill/form.rb', line 10 def type @type end |
#value ⇒ Object
Returns the value of attribute value
10 11 12 |
# File 'lib/acrofill/form.rb', line 10 def value @value end |