Class: TableQuery::Field
- Inherits:
-
Struct
- Object
- Struct
- TableQuery::Field
- Defined in:
- lib/table-query/field.rb
Overview
Field represents table fields.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#pos ⇒ Object
Returns the value of attribute pos.
-
#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
3 4 5 |
# File 'lib/table-query/field.rb', line 3 def name @name end |
#options ⇒ Object
Returns the value of attribute options
3 4 5 |
# File 'lib/table-query/field.rb', line 3 def @options end |
#pos ⇒ Object
Returns the value of attribute pos
3 4 5 |
# File 'lib/table-query/field.rb', line 3 def pos @pos end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/table-query/field.rb', line 3 def type @type end |
#value ⇒ Object
Returns the value of attribute value
3 4 5 |
# File 'lib/table-query/field.rb', line 3 def value @value end |