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