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.
29 30 31 |
# File 'lib/psapi/channel.rb', line 29 def id @id end |
Instance Method Details
#restart ⇒ Object
31 32 |
# File 'lib/psapi/channel.rb', line 31 def restart end |
#stop ⇒ Object
34 35 |
# File 'lib/psapi/channel.rb', line 34 def stop end |