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