Class: QQBot::DiscussInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



51
52
53
# File 'lib/qqbot/model.rb', line 51

def id
  @id
end

#membersObject

Returns the value of attribute members.



51
52
53
# File 'lib/qqbot/model.rb', line 51

def members
  @members
end

#nameObject

Returns the value of attribute name.



51
52
53
# File 'lib/qqbot/model.rb', line 51

def name
  @name
end