Method: Attrio::Attribute#initialize

Defined in:
lib/attrio/attribute.rb

#initialize(name, type, options) ⇒ Attribute

Returns a new instance of Attribute.



7
8
9
# File 'lib/attrio/attribute.rb', line 7

def initialize(name, type, options)
  @name = name; @type = type; @options = Helpers.symbolize_hash_keys(options)
end