Class: QQBot::GroupMember

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

Instance Attribute Summary collapse

Instance Attribute Details

#cityObject

Returns the value of attribute city.



43
44
45
# File 'lib/qqbot/model.rb', line 43

def city
  @city
end

#client_typeObject

Returns the value of attribute client_type.



43
44
45
# File 'lib/qqbot/model.rb', line 43

def client_type
  @client_type
end

#countryObject

Returns the value of attribute country.



43
44
45
# File 'lib/qqbot/model.rb', line 43

def country
  @country
end

#genderObject

Returns the value of attribute gender.



43
44
45
# File 'lib/qqbot/model.rb', line 43

def gender
  @gender
end

#idObject

Returns the value of attribute id.



43
44
45
# File 'lib/qqbot/model.rb', line 43

def id
  @id
end

#is_vipObject

Returns the value of attribute is_vip.



43
44
45
# File 'lib/qqbot/model.rb', line 43

def is_vip
  @is_vip
end

#marknameObject

Returns the value of attribute markname.



43
44
45
# File 'lib/qqbot/model.rb', line 43

def markname
  @markname
end

#nicknameObject

Returns the value of attribute nickname.



43
44
45
# File 'lib/qqbot/model.rb', line 43

def nickname
  @nickname
end

#statusObject

Returns the value of attribute status.



43
44
45
# File 'lib/qqbot/model.rb', line 43

def status
  @status
end

#vip_levelObject

Returns the value of attribute vip_level.



43
44
45
# File 'lib/qqbot/model.rb', line 43

def vip_level
  @vip_level
end