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( = {}) @profile_uid = [:profile_uid] @profile_date = [:profile_date] super end |