Class: Seam::Resources::CustomizationProfile
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::CustomizationProfile
- Defined in:
- lib/seam/routes/resources/customization_profile.rb
Instance Attribute Summary collapse
-
#customer_portal_theme ⇒ Object
Returns the value of attribute customer_portal_theme.
-
#customization_profile_id ⇒ Object
Returns the value of attribute customization_profile_id.
-
#logo_url ⇒ Object
Returns the value of attribute logo_url.
-
#name ⇒ Object
Returns the value of attribute name.
-
#primary_color ⇒ Object
Returns the value of attribute primary_color.
-
#secondary_color ⇒ Object
Returns the value of attribute secondary_color.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
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
#customer_portal_theme ⇒ Object
Returns the value of attribute customer_portal_theme.
6 7 8 |
# File 'lib/seam/routes/resources/customization_profile.rb', line 6 def customer_portal_theme @customer_portal_theme end |
#customization_profile_id ⇒ Object
Returns the value of attribute customization_profile_id.
6 7 8 |
# File 'lib/seam/routes/resources/customization_profile.rb', line 6 def customization_profile_id @customization_profile_id end |
#logo_url ⇒ Object
Returns the value of attribute logo_url.
6 7 8 |
# File 'lib/seam/routes/resources/customization_profile.rb', line 6 def logo_url @logo_url end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/seam/routes/resources/customization_profile.rb', line 6 def name @name end |
#primary_color ⇒ Object
Returns the value of attribute primary_color.
6 7 8 |
# File 'lib/seam/routes/resources/customization_profile.rb', line 6 def primary_color @primary_color end |
#secondary_color ⇒ Object
Returns the value of attribute secondary_color.
6 7 8 |
# File 'lib/seam/routes/resources/customization_profile.rb', line 6 def secondary_color @secondary_color end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
6 7 8 |
# File 'lib/seam/routes/resources/customization_profile.rb', line 6 def workspace_id @workspace_id end |