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() @attribute_value = [:value] @default = [:default] = end |