Class: Senrigan::Entities::Channel
- Defined in:
- lib/senrigan/entities/channel.rb
Instance Attribute Summary collapse
-
#is_private ⇒ Object
Returns the value of attribute is_private.
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Senrigan::Entities::Base
Instance Attribute Details
#is_private ⇒ Object
Returns the value of attribute is_private.
6 7 8 |
# File 'lib/senrigan/entities/channel.rb', line 6 def is_private @is_private end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/senrigan/entities/channel.rb', line 6 def name @name end |