Class: FormObjectModel::Form::Field
- Inherits:
-
Struct
- Object
- Struct
- FormObjectModel::Form::Field
- Defined in:
- lib/form_object_model/form.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#locator ⇒ Object
Returns the value of attribute locator.
-
#name ⇒ Object
Returns the value of attribute name.
-
#page ⇒ Object
Returns the value of attribute page.
Instance Attribute Details
#locator ⇒ Object
Returns the value of attribute locator
3 4 5 |
# File 'lib/form_object_model/form.rb', line 3 def locator @locator end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/form_object_model/form.rb', line 3 def name @name end |
#page ⇒ Object
Returns the value of attribute page
3 4 5 |
# File 'lib/form_object_model/form.rb', line 3 def page @page end |