Class: E2B::ReadyCmd

Inherits:
Object
  • Object
show all
Defined in:
lib/e2b/ready_cmd.rb

Instance Method Summary collapse

Constructor Details

#initialize(cmd) ⇒ ReadyCmd

Returns a new instance of ReadyCmd.



5
6
7
# File 'lib/e2b/ready_cmd.rb', line 5

def initialize(cmd)
  @cmd = cmd
end

Instance Method Details

#get_cmdObject



9
10
11
# File 'lib/e2b/ready_cmd.rb', line 9

def get_cmd
  @cmd
end