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.



27
28
29
# File 'lib/psapi/channel.rb', line 27

def id
  @id
end

Instance Method Details

#restartObject



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

def restart
end

#stopObject



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

def stop
end