Class: OsCtld::Commands::Container::Attach::Shell
- Inherits:
-
Struct
- Object
- Struct
- OsCtld::Commands::Container::Attach::Shell
- Defined in:
- lib/osctld/commands/container/attach.rb
Instance Attribute Summary collapse
-
#executable ⇒ Object
Returns the value of attribute executable.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#executable ⇒ Object
Returns the value of attribute executable
10 11 12 |
# File 'lib/osctld/commands/container/attach.rb', line 10 def executable @executable end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/osctld/commands/container/attach.rb', line 10 def type @type end |