Class: HighLevel::Models::BrandBoards::CreateBrandBoardParam

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/brand_boards/create_brand_board_param.rb

Instance Attribute Summary collapse

Instance Attribute Details

#brand_board_idObject (readonly)

Returns the value of attribute brand_board_id

Returns:

  • (Object)

    the current value of brand_board_id



9
10
11
# File 'lib/high_level/models/brand_boards/create_brand_board_param.rb', line 9

def brand_board_id
  @brand_board_id
end

#colorsObject (readonly)

Returns the value of attribute colors

Returns:

  • (Object)

    the current value of colors



9
10
11
# File 'lib/high_level/models/brand_boards/create_brand_board_param.rb', line 9

def colors
  @colors
end

#defaultObject (readonly)

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



9
10
11
# File 'lib/high_level/models/brand_boards/create_brand_board_param.rb', line 9

def default
  @default
end

#fontsObject (readonly)

Returns the value of attribute fonts

Returns:

  • (Object)

    the current value of fonts



9
10
11
# File 'lib/high_level/models/brand_boards/create_brand_board_param.rb', line 9

def fonts
  @fonts
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/brand_boards/create_brand_board_param.rb', line 9

def location_id
  @location_id
end

#logosObject (readonly)

Returns the value of attribute logos

Returns:

  • (Object)

    the current value of logos



9
10
11
# File 'lib/high_level/models/brand_boards/create_brand_board_param.rb', line 9

def logos
  @logos
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/brand_boards/create_brand_board_param.rb', line 9

def name
  @name
end

#parent_idObject (readonly)

Returns the value of attribute parent_id

Returns:

  • (Object)

    the current value of parent_id



9
10
11
# File 'lib/high_level/models/brand_boards/create_brand_board_param.rb', line 9

def parent_id
  @parent_id
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/brand_boards/create_brand_board_param.rb', line 9

def type
  @type
end