Class: Dropdown::DropdownText

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruql/dropdown.rb

Instance Attribute Summary collapse

Instance Attribute Details

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



4
5
6
# File 'lib/ruql/dropdown.rb', line 4

def text
  @text
end