Class: Senrigan::Entities::Channel

Inherits:
Base
  • Object
show all
Defined in:
lib/senrigan/entities/channel.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Senrigan::Entities::Base

Instance Attribute Details

#is_privateObject

Returns the value of attribute is_private.



6
7
8
# File 'lib/senrigan/entities/channel.rb', line 6

def is_private
  @is_private
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/senrigan/entities/channel.rb', line 6

def name
  @name
end