Class: Rubirai::MemberInfo
Instance Attribute Summary collapse
-
#name ⇒ Object
writeonly
Sets the attribute name.
-
#special_title ⇒ Object
writeonly
Sets the attribute special_title.
Attributes inherited from Info
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 |