Class: Seam::Resources::PartnerResource
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::PartnerResource
- Defined in:
- lib/seam/routes/resources/partner_resource.rb
Instance Attribute Summary collapse
-
#custom_metadata ⇒ Object
Returns the value of attribute custom_metadata.
-
#customer_key ⇒ Object
Returns the value of attribute customer_key.
-
#description ⇒ Object
Returns the value of attribute description.
-
#email_address ⇒ Object
Returns the value of attribute email_address.
-
#ends_at ⇒ Object
Returns the value of attribute ends_at.
-
#location_keys ⇒ Object
Returns the value of attribute location_keys.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partner_resource_key ⇒ Object
Returns the value of attribute partner_resource_key.
-
#partner_resource_type ⇒ Object
Returns the value of attribute partner_resource_type.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
-
#starts_at ⇒ Object
Returns the value of attribute starts_at.
-
#user_identity_key ⇒ Object
Returns the value of attribute user_identity_key.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#custom_metadata ⇒ Object
Returns the value of attribute custom_metadata.
6 7 8 |
# File 'lib/seam/routes/resources/partner_resource.rb', line 6 def @custom_metadata end |
#customer_key ⇒ Object
Returns the value of attribute customer_key.
6 7 8 |
# File 'lib/seam/routes/resources/partner_resource.rb', line 6 def customer_key @customer_key end |
#description ⇒ Object
Returns the value of attribute description.
6 7 8 |
# File 'lib/seam/routes/resources/partner_resource.rb', line 6 def description @description end |
#email_address ⇒ Object
Returns the value of attribute email_address.
6 7 8 |
# File 'lib/seam/routes/resources/partner_resource.rb', line 6 def email_address @email_address end |
#ends_at ⇒ Object
Returns the value of attribute ends_at.
6 7 8 |
# File 'lib/seam/routes/resources/partner_resource.rb', line 6 def ends_at @ends_at end |
#location_keys ⇒ Object
Returns the value of attribute location_keys.
6 7 8 |
# File 'lib/seam/routes/resources/partner_resource.rb', line 6 def location_keys @location_keys end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/seam/routes/resources/partner_resource.rb', line 6 def name @name end |
#partner_resource_key ⇒ Object
Returns the value of attribute partner_resource_key.
6 7 8 |
# File 'lib/seam/routes/resources/partner_resource.rb', line 6 def partner_resource_key @partner_resource_key end |
#partner_resource_type ⇒ Object
Returns the value of attribute partner_resource_type.
6 7 8 |
# File 'lib/seam/routes/resources/partner_resource.rb', line 6 def partner_resource_type @partner_resource_type end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
6 7 8 |
# File 'lib/seam/routes/resources/partner_resource.rb', line 6 def phone_number @phone_number end |
#starts_at ⇒ Object
Returns the value of attribute starts_at.
6 7 8 |
# File 'lib/seam/routes/resources/partner_resource.rb', line 6 def starts_at @starts_at end |
#user_identity_key ⇒ Object
Returns the value of attribute user_identity_key.
6 7 8 |
# File 'lib/seam/routes/resources/partner_resource.rb', line 6 def user_identity_key @user_identity_key end |