Class: DatagroutConduit::Onramp::OnrampOptions
- Inherits:
-
Struct
- Object
- Struct
- DatagroutConduit::Onramp::OnrampOptions
- Defined in:
- lib/datagrout_conduit/onramp.rb
Overview
Options for the autonomous agent onramp flow.
Instance Attribute Summary collapse
-
#access_code ⇒ Object
Returns the value of attribute access_code.
-
#agent_name ⇒ Object
Returns the value of attribute agent_name.
-
#agent_type ⇒ Object
Returns the value of attribute agent_type.
-
#gateway ⇒ Object
Returns the value of attribute gateway.
-
#intended_use ⇒ Object
Returns the value of attribute intended_use.
Instance Attribute Details
#access_code ⇒ Object
Returns the value of attribute access_code
30 31 32 |
# File 'lib/datagrout_conduit/onramp.rb', line 30 def access_code @access_code end |
#agent_name ⇒ Object
Returns the value of attribute agent_name
30 31 32 |
# File 'lib/datagrout_conduit/onramp.rb', line 30 def agent_name @agent_name end |
#agent_type ⇒ Object
Returns the value of attribute agent_type
30 31 32 |
# File 'lib/datagrout_conduit/onramp.rb', line 30 def agent_type @agent_type end |
#gateway ⇒ Object
Returns the value of attribute gateway
30 31 32 |
# File 'lib/datagrout_conduit/onramp.rb', line 30 def gateway @gateway end |
#intended_use ⇒ Object
Returns the value of attribute intended_use
30 31 32 |
# File 'lib/datagrout_conduit/onramp.rb', line 30 def intended_use @intended_use end |