Class: Cb::Models::TalentNetwork::JoinFormBranding

Inherits:
Object
  • Object
show all
Defined in:
lib/cb/models/implementations/talent_network.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args = {}) ⇒ JoinFormBranding

Returns a new instance of JoinFormBranding.



153
154
155
156
157
158
159
160
161
# File 'lib/cb/models/implementations/talent_network.rb', line 153

def initialize(args = {})
  @stylesheet_url                   = args['StylesheetURL'] || ''
  @join_logo_image_url              = args['JoinLogoImageURL'] || ''
  @join_custom_msg_html             = args['JoinCustomMsgHTML'] || ''
  @button_color                     = args['ButtonColor'] || ''
  @mobile_logo_image_url            = args['MobileLogoImageURL'] || ''
  @nav_color                        = args['NavColor'] || ''
  @site_path                        = args['SitePath'] || ''
end

Instance Attribute Details

#button_colorObject

Returns the value of attribute button_color.



150
151
152
# File 'lib/cb/models/implementations/talent_network.rb', line 150

def button_color
  @button_color
end

#join_custom_msg_htmlObject

Returns the value of attribute join_custom_msg_html.



150
151
152
# File 'lib/cb/models/implementations/talent_network.rb', line 150

def join_custom_msg_html
  @join_custom_msg_html
end

#join_logo_image_urlObject

Returns the value of attribute join_logo_image_url.



150
151
152
# File 'lib/cb/models/implementations/talent_network.rb', line 150

def join_logo_image_url
  @join_logo_image_url
end

#mobile_logo_image_urlObject

Returns the value of attribute mobile_logo_image_url.



150
151
152
# File 'lib/cb/models/implementations/talent_network.rb', line 150

def mobile_logo_image_url
  @mobile_logo_image_url
end

Returns the value of attribute nav_color.



150
151
152
# File 'lib/cb/models/implementations/talent_network.rb', line 150

def nav_color
  @nav_color
end

#site_pathObject

Returns the value of attribute site_path.



150
151
152
# File 'lib/cb/models/implementations/talent_network.rb', line 150

def site_path
  @site_path
end

#stylesheet_urlObject

Returns the value of attribute stylesheet_url.



150
151
152
# File 'lib/cb/models/implementations/talent_network.rb', line 150

def stylesheet_url
  @stylesheet_url
end