Class: Rubirai::MemberInfo

Inherits:
Info
  • Object
show all
Defined in:
lib/rubirai/objects/info.rb

Instance Attribute Summary collapse

Attributes inherited from Info

#bot, #raw

Method Summary

Methods inherited from Info

#initialize, set_fields, set_modifiable_fields, #to_h

Constructor Details

This class inherits a constructor from Rubirai::Info

Instance Attribute Details

#name=(value) ⇒ Object (writeonly)

Sets the attribute name



53
54
55
# File 'lib/rubirai/objects/info.rb', line 53

def name=(value)
  @name = value
end

#special_title=(value) ⇒ Object (writeonly)

Sets the attribute special_title



53
54
55
# File 'lib/rubirai/objects/info.rb', line 53

def special_title=(value)
  @special_title = value
end