Class: TalonOne::Integration::CustomerProfile
- Inherits:
-
Object
- Object
- TalonOne::Integration::CustomerProfile
- Defined in:
- lib/integration/customer_profile.rb
Instance Method Summary collapse
- #created ⇒ Object
- #id ⇒ Object
-
#initialize(raw_data) ⇒ CustomerProfile
constructor
A new instance of CustomerProfile.
- #integration_id ⇒ Object
Constructor Details
#initialize(raw_data) ⇒ CustomerProfile
Returns a new instance of CustomerProfile.
4 5 6 |
# File 'lib/integration/customer_profile.rb', line 4 def initialize(raw_data) @raw = raw_data end |
Instance Method Details
#created ⇒ Object
12 13 14 |
# File 'lib/integration/customer_profile.rb', line 12 def created @raw["created"] end |
#id ⇒ Object
8 9 10 |
# File 'lib/integration/customer_profile.rb', line 8 def id @raw["id"] end |
#integration_id ⇒ Object
16 17 18 |
# File 'lib/integration/customer_profile.rb', line 16 def integration_id @raw["integrationId"] end |