Class: Psapi::Channel::Connection
- Inherits:
-
Object
- Object
- Psapi::Channel::Connection
- Defined in:
- lib/psapi/channel.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Method Summary collapse
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
27 28 29 |
# File 'lib/psapi/channel.rb', line 27 def id @id end |
Instance Method Details
#restart ⇒ Object
29 30 |
# File 'lib/psapi/channel.rb', line 29 def restart end |
#stop ⇒ Object
32 33 |
# File 'lib/psapi/channel.rb', line 32 def stop end |