Class: Expedite::Client::AgentProxy
- Inherits:
-
Object
- Object
- Expedite::Client::AgentProxy
- Defined in:
- lib/expedite/client/agent_proxy.rb
Instance Attribute Summary collapse
-
#env ⇒ Object
Returns the value of attribute env.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
- #exec(*args) ⇒ Object
-
#initialize(name, env:) ⇒ AgentProxy
constructor
A new instance of AgentProxy.
- #invoke(*args) ⇒ Object
Constructor Details
#initialize(name, env:) ⇒ AgentProxy
Returns a new instance of AgentProxy.
13 14 15 16 |
# File 'lib/expedite/client/agent_proxy.rb', line 13 def initialize(name, env:) self.name = name self.env = env end |
Instance Attribute Details
#env ⇒ Object
Returns the value of attribute env.
7 8 9 |
# File 'lib/expedite/client/agent_proxy.rb', line 7 def env @env end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/expedite/client/agent_proxy.rb', line 7 def name @name end |