Class: OsCtld::Commands::Container::Attach::Shell

Inherits:
Struct
  • Object
show all
Defined in:
lib/osctld/commands/container/attach.rb

Instance Attribute Summary collapse

Instance Attribute Details

#executableObject

Returns the value of attribute executable

Returns:

  • (Object)

    the current value of executable



10
11
12
# File 'lib/osctld/commands/container/attach.rb', line 10

def executable
  @executable
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/osctld/commands/container/attach.rb', line 10

def type
  @type
end