Class: Psapi::Channel::Connection

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id.



29
30
31
# File 'lib/psapi/channel.rb', line 29

def id
  @id
end

Instance Method Details

#restartObject



31
32
# File 'lib/psapi/channel.rb', line 31

def restart
end

#stopObject



34
35
# File 'lib/psapi/channel.rb', line 34

def stop
end