Class: Sandals::Select::Option

Inherits:
Data
  • Object
show all
Defined in:
lib/sandals/view.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



431
432
433
# File 'lib/sandals/view.rb', line 431

def label
  @label
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



431
432
433
# File 'lib/sandals/view.rb', line 431

def value
  @value
end