Class: QQBot::Font
- Inherits:
-
Object
- Object
- QQBot::Font
- Defined in:
- lib/qqbot/model.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
-
#style ⇒ Object
Returns the value of attribute style.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color.
23 24 25 |
# File 'lib/qqbot/model.rb', line 23 def color @color end |
#name ⇒ Object
Returns the value of attribute name.
23 24 25 |
# File 'lib/qqbot/model.rb', line 23 def name @name end |
#size ⇒ Object
Returns the value of attribute size.
23 24 25 |
# File 'lib/qqbot/model.rb', line 23 def size @size end |
#style ⇒ Object
Returns the value of attribute style.
23 24 25 |
# File 'lib/qqbot/model.rb', line 23 def style @style end |