Class: Infold::Enum::EnumElement

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/infold/property/enum.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color.



24
25
26
# File 'lib/infold/property/enum.rb', line 24

def color
  @color
end

#keyObject

Returns the value of attribute key.



24
25
26
# File 'lib/infold/property/enum.rb', line 24

def key
  @key
end

#valueObject

Returns the value of attribute value.



24
25
26
# File 'lib/infold/property/enum.rb', line 24

def value
  @value
end