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