Class: HighLevel::Models::BrandBoards::Logo
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::BrandBoards::Logo
- Defined in:
- lib/high_level/models/brand_boards/logo.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/brand_boards/logo.rb', line 9 def id @id end |
#label ⇒ Object (readonly)
Returns the value of attribute label
9 10 11 |
# File 'lib/high_level/models/brand_boards/logo.rb', line 9 def label @label end |
#path ⇒ Object (readonly)
Returns the value of attribute path
9 10 11 |
# File 'lib/high_level/models/brand_boards/logo.rb', line 9 def path @path end |
#url ⇒ Object (readonly)
Returns the value of attribute url
9 10 11 |
# File 'lib/high_level/models/brand_boards/logo.rb', line 9 def url @url end |