Class: X11::Form::BaseForm::Field

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



154
155
156
# File 'lib/X11/form.rb', line 154

def name
  @name
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



154
155
156
# File 'lib/X11/form.rb', line 154

def size
  @size
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



154
155
156
# File 'lib/X11/form.rb', line 154

def type
  @type
end

#type_klassObject

Returns the value of attribute type_klass

Returns:

  • (Object)

    the current value of type_klass



154
155
156
# File 'lib/X11/form.rb', line 154

def type_klass
  @type_klass
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



154
155
156
# File 'lib/X11/form.rb', line 154

def value
  @value
end