class Cb::Models::Branding::Style

Attributes

company_info[RW]
job_details[RW]
page[RW]

Public Class Methods

new(args = {}) click to toggle source
# File lib/cb/models/implementations/branding/style.rb, line 17
def initialize(args = {})
  @page         = Styles::Page.new args['Page']
  @job_details  = Styles::JobDetails.new args['JobDetails']
  @company_info = Styles::CompanyInfo.new args['CompanyInfo']
end