Class: QQBot::Friend

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

Instance Attribute Summary collapse

Instance Attribute Details

#category_idObject

Returns the value of attribute category_id.



7
8
9
# File 'lib/qqbot/model.rb', line 7

def category_id
  @category_id
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/qqbot/model.rb', line 7

def id
  @id
end

#is_vipObject

Returns the value of attribute is_vip.



7
8
9
# File 'lib/qqbot/model.rb', line 7

def is_vip
  @is_vip
end

#marknameObject

Returns the value of attribute markname.



7
8
9
# File 'lib/qqbot/model.rb', line 7

def markname
  @markname
end

#nicknameObject

Returns the value of attribute nickname.



7
8
9
# File 'lib/qqbot/model.rb', line 7

def nickname
  @nickname
end

#vip_levelObject

Returns the value of attribute vip_level.



7
8
9
# File 'lib/qqbot/model.rb', line 7

def vip_level
  @vip_level
end