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



409
410
411
# File 'lib/sandals/view.rb', line 409

def label
  @label
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



409
410
411
# File 'lib/sandals/view.rb', line 409

def value
  @value
end