Class: Kaede::Channel
- Inherits:
-
Struct
- Object
- Struct
- Kaede::Channel
- Defined in:
- lib/kaede/channel.rb
Instance Attribute Summary collapse
-
#for_recorder ⇒ Object
Returns the value of attribute for_recorder.
-
#for_syoboi ⇒ Object
Returns the value of attribute for_syoboi.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#for_recorder ⇒ Object
Returns the value of attribute for_recorder
2 3 4 |
# File 'lib/kaede/channel.rb', line 2 def for_recorder @for_recorder end |
#for_syoboi ⇒ Object
Returns the value of attribute for_syoboi
2 3 4 |
# File 'lib/kaede/channel.rb', line 2 def for_syoboi @for_syoboi end |
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/kaede/channel.rb', line 2 def id @id end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/kaede/channel.rb', line 2 def name @name end |