Method: Setsy::Attribute#initialize

Defined in:
lib/setsy/attribute.rb

#initialize(options) ⇒ Attribute

Returns a new instance of Attribute.



12
13
14
15
16
# File 'lib/setsy/attribute.rb', line 12

def initialize(options)
  @attribute_value = options[:value]
  @default = options[:default]
  @options = options
end