Class: Moneta::Api::Responses::CreateProfileResponse

Inherits:
Object
  • Object
show all
Includes:
DataMapper
Defined in:
lib/moneta/api/responses/create_profile_response.rb

Instance Method Summary collapse

Methods included from DataMapper

#to_hash

Instance Method Details

#fill(response) ⇒ Object



11
12
13
14
# File 'lib/moneta/api/responses/create_profile_response.rb', line 11

def fill(response)
  @profile_id = response
  self
end

#profile_idString



9
# File 'lib/moneta/api/responses/create_profile_response.rb', line 9

property :profile_id