Class: Kward::Transport::Manager::Entry
- Inherits:
-
Struct
- Object
- Struct
- Kward::Transport::Manager::Entry
- Defined in:
- lib/kward/transport/manager.rb
Instance Attribute Summary collapse
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#error ⇒ Object
Returns the value of attribute error.
-
#host ⇒ Object
Returns the value of attribute host.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#state ⇒ Object
Returns the value of attribute state.
-
#stopped_at ⇒ Object
Returns the value of attribute stopped_at.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#adapter ⇒ Object
Returns the value of attribute adapter
9 10 11 |
# File 'lib/kward/transport/manager.rb', line 9 def adapter @adapter end |
#error ⇒ Object
Returns the value of attribute error
9 10 11 |
# File 'lib/kward/transport/manager.rb', line 9 def error @error end |
#host ⇒ Object
Returns the value of attribute host
9 10 11 |
# File 'lib/kward/transport/manager.rb', line 9 def host @host end |
#started_at ⇒ Object
Returns the value of attribute started_at
9 10 11 |
# File 'lib/kward/transport/manager.rb', line 9 def started_at @started_at end |
#state ⇒ Object
Returns the value of attribute state
9 10 11 |
# File 'lib/kward/transport/manager.rb', line 9 def state @state end |
#stopped_at ⇒ Object
Returns the value of attribute stopped_at
9 10 11 |
# File 'lib/kward/transport/manager.rb', line 9 def stopped_at @stopped_at end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/kward/transport/manager.rb', line 9 def type @type end |