Class: Seam::Resources::CustomizationProfile

Inherits:
BaseResource show all
Defined in:
lib/seam/routes/resources/customization_profile.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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_themeObject

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_idObject

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_urlObject

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

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/seam/routes/resources/customization_profile.rb', line 6

def name
  @name
end

#primary_colorObject

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_colorObject

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_idObject

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