Class: QQBot::DiscussMember

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

Instance Attribute Summary collapse

Instance Attribute Details

#client_typeObject

Returns the value of attribute client_type.



55
56
57
# File 'lib/qqbot/model.rb', line 55

def client_type
  @client_type
end

#idObject

Returns the value of attribute id.



55
56
57
# File 'lib/qqbot/model.rb', line 55

def id
  @id
end

#nicknameObject

Returns the value of attribute nickname.



55
56
57
# File 'lib/qqbot/model.rb', line 55

def nickname
  @nickname
end

#statusObject

Returns the value of attribute status.



55
56
57
# File 'lib/qqbot/model.rb', line 55

def status
  @status
end