Class: Acrofill::Form::Field

Inherits:
Struct
  • Object
show all
Defined in:
lib/acrofill/form.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/acrofill/form.rb', line 11

def name
  @name
end

#statesObject

Returns the value of attribute states

Returns:

  • (Object)

    the current value of states



11
12
13
# File 'lib/acrofill/form.rb', line 11

def states
  @states
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



11
12
13
# File 'lib/acrofill/form.rb', line 11

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



11
12
13
# File 'lib/acrofill/form.rb', line 11

def value
  @value
end