Method: AMEE::Profile::Object#initialize

Defined in:
lib/amee/profile_object.rb

#initialize(options = {}) ⇒ Object

Returns a new instance of Object.



8
9
10
11
12
# File 'lib/amee/profile_object.rb', line 8

def initialize(options = {})
  @profile_uid = options[:profile_uid]
  @profile_date = options[:profile_date]
  super
end