Class: HighLevel::Models::BrandBoards::CreateBrandBoardParam
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::BrandBoards::CreateBrandBoardParam
- Defined in:
- lib/high_level/models/brand_boards/create_brand_board_param.rb
Instance Attribute Summary collapse
-
#brand_board_id ⇒ Object
readonly
Returns the value of attribute brand_board_id.
-
#colors ⇒ Object
readonly
Returns the value of attribute colors.
-
#default ⇒ Object
readonly
Returns the value of attribute default.
-
#fonts ⇒ Object
readonly
Returns the value of attribute fonts.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#logos ⇒ Object
readonly
Returns the value of attribute logos.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#parent_id ⇒ Object
readonly
Returns the value of attribute parent_id.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#brand_board_id ⇒ Object (readonly)
Returns the value of attribute 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 |
#colors ⇒ Object (readonly)
Returns the value of attribute colors
9 10 11 |
# File 'lib/high_level/models/brand_boards/create_brand_board_param.rb', line 9 def colors @colors end |
#default ⇒ Object (readonly)
Returns the value of attribute default
9 10 11 |
# File 'lib/high_level/models/brand_boards/create_brand_board_param.rb', line 9 def default @default end |
#fonts ⇒ Object (readonly)
Returns the value of attribute fonts
9 10 11 |
# File 'lib/high_level/models/brand_boards/create_brand_board_param.rb', line 9 def fonts @fonts end |
#location_id ⇒ Object (readonly)
Returns the value of attribute 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 |
#logos ⇒ Object (readonly)
Returns the value of attribute logos
9 10 11 |
# File 'lib/high_level/models/brand_boards/create_brand_board_param.rb', line 9 def logos @logos end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/brand_boards/create_brand_board_param.rb', line 9 def name @name end |
#parent_id ⇒ Object (readonly)
Returns the value of attribute 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 |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/brand_boards/create_brand_board_param.rb', line 9 def type @type end |