Class: E2B::ReadyCmd
- Inherits:
-
Object
- Object
- E2B::ReadyCmd
- Defined in:
- lib/e2b/ready_cmd.rb
Instance Method Summary collapse
- #get_cmd ⇒ Object
-
#initialize(cmd) ⇒ ReadyCmd
constructor
A new instance of ReadyCmd.
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_cmd ⇒ Object
9 10 11 |
# File 'lib/e2b/ready_cmd.rb', line 9 def get_cmd @cmd end |