Class: QQBot::Font

Inherits:
Object
  • Object
show all
Defined in:
lib/qqbot/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color.



23
24
25
# File 'lib/qqbot/model.rb', line 23

def color
  @color
end

#nameObject

Returns the value of attribute name.



23
24
25
# File 'lib/qqbot/model.rb', line 23

def name
  @name
end

#sizeObject

Returns the value of attribute size.



23
24
25
# File 'lib/qqbot/model.rb', line 23

def size
  @size
end

#styleObject

Returns the value of attribute style.



23
24
25
# File 'lib/qqbot/model.rb', line 23

def style
  @style
end