Class: Synacrb::Common::UserUpdate
- Inherits:
-
Struct
- Object
- Struct
- Synacrb::Common::UserUpdate
- Defined in:
- lib/synacrb/common.rb
Instance Attribute Summary collapse
-
#admin ⇒ Object
Returns the value of attribute admin.
-
#ban ⇒ Object
Returns the value of attribute ban.
-
#channel_mode ⇒ Object
Returns the value of attribute channel_mode.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#admin ⇒ Object
Returns the value of attribute admin
56 57 58 |
# File 'lib/synacrb/common.rb', line 56 def admin @admin end |
#ban ⇒ Object
Returns the value of attribute ban
56 57 58 |
# File 'lib/synacrb/common.rb', line 56 def ban @ban end |
#channel_mode ⇒ Object
Returns the value of attribute channel_mode
56 57 58 |
# File 'lib/synacrb/common.rb', line 56 def channel_mode @channel_mode end |
#id ⇒ Object
Returns the value of attribute id
56 57 58 |
# File 'lib/synacrb/common.rb', line 56 def id @id end |