Class: Dropdown::DropdownChoice

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

Instance Attribute Summary collapse

Instance Attribute Details

#correctObject

Returns the value of attribute correct

Returns:

  • (Object)

    the current value of correct



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

def correct
  @correct
end

#listObject

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



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

def list
  @list
end