class Cb::Models::TalentNetwork::JoinFormBranding
Attributes
join_custom_msg_html[RW]
join_logo_image_url[RW]
mobile_logo_image_url[RW]
site_path[RW]
stylesheet_url[RW]
Public Class Methods
new(args = {})
click to toggle source
# 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