Method: ActiveData::Model::Attributes::Reflections::Base#initialize

Defined in:
lib/active_data/model/attributes/reflections/base.rb

#initialize(name, options = {}) ⇒ Base

Returns a new instance of Base.



22
23
24
25
# File 'lib/active_data/model/attributes/reflections/base.rb', line 22

def initialize(name, options = {})
  @name = name.to_s
  @options = options
end