Class: QQBot::GroupInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeObject

Returns the value of attribute create_time.



47
48
49
# File 'lib/qqbot/model.rb', line 47

def create_time
  @create_time
end

#idObject

Returns the value of attribute id.



47
48
49
# File 'lib/qqbot/model.rb', line 47

def id
  @id
end

#marknameObject

Returns the value of attribute markname.



47
48
49
# File 'lib/qqbot/model.rb', line 47

def markname
  @markname
end

#membersObject

Returns the value of attribute members.



47
48
49
# File 'lib/qqbot/model.rb', line 47

def members
  @members
end

#memoObject

Returns the value of attribute memo.



47
48
49
# File 'lib/qqbot/model.rb', line 47

def memo
  @memo
end

#nameObject

Returns the value of attribute name.



47
48
49
# File 'lib/qqbot/model.rb', line 47

def name
  @name
end

#owner_idObject

Returns the value of attribute owner_id.



47
48
49
# File 'lib/qqbot/model.rb', line 47

def owner_id
  @owner_id
end