Class: QQBot::Message

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content.



19
20
21
# File 'lib/qqbot/model.rb', line 19

def content
  @content
end

#fontObject

Returns the value of attribute font.



19
20
21
# File 'lib/qqbot/model.rb', line 19

def font
  @font
end

#from_idObject

Returns the value of attribute from_id.



19
20
21
# File 'lib/qqbot/model.rb', line 19

def from_id
  @from_id
end

#send_idObject

Returns the value of attribute send_id.



19
20
21
# File 'lib/qqbot/model.rb', line 19

def send_id
  @send_id
end

#timeObject

Returns the value of attribute time.



19
20
21
# File 'lib/qqbot/model.rb', line 19

def time
  @time
end

#typeObject

Returns the value of attribute type.



19
20
21
# File 'lib/qqbot/model.rb', line 19

def type
  @type
end