Class: X11::Form::BaseForm::Field
- Inherits:
-
Struct
- Object
- Struct
- X11::Form::BaseForm::Field
- Defined in:
- lib/X11/form.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
-
#type ⇒ Object
Returns the value of attribute type.
-
#type_klass ⇒ Object
Returns the value of attribute type_klass.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
154 155 156 |
# File 'lib/X11/form.rb', line 154 def name @name end |
#size ⇒ Object
Returns the value of attribute size
154 155 156 |
# File 'lib/X11/form.rb', line 154 def size @size end |
#type ⇒ Object
Returns the value of attribute type
154 155 156 |
# File 'lib/X11/form.rb', line 154 def type @type end |
#type_klass ⇒ Object
Returns the value of attribute type_klass
154 155 156 |
# File 'lib/X11/form.rb', line 154 def type_klass @type_klass end |
#value ⇒ Object
Returns the value of attribute value
154 155 156 |
# File 'lib/X11/form.rb', line 154 def value @value end |