Class: Kaede::Channel

Inherits:
Struct
  • Object
show all
Defined in:
lib/kaede/channel.rb

Instance Attribute Summary collapse

Instance Attribute Details

#for_recorderObject

Returns the value of attribute for_recorder

Returns:

  • (Object)

    the current value of for_recorder



2
3
4
# File 'lib/kaede/channel.rb', line 2

def for_recorder
  @for_recorder
end

#for_syoboiObject

Returns the value of attribute for_syoboi

Returns:

  • (Object)

    the current value of for_syoboi



2
3
4
# File 'lib/kaede/channel.rb', line 2

def for_syoboi
  @for_syoboi
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



2
3
4
# File 'lib/kaede/channel.rb', line 2

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/kaede/channel.rb', line 2

def name
  @name
end