Class: DatagroutConduit::Onramp::OnrampOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/datagrout_conduit/onramp.rb

Overview

Options for the autonomous agent onramp flow.

Instance Attribute Summary collapse

Instance Attribute Details

#access_codeObject

Returns the value of attribute access_code

Returns:

  • (Object)

    the current value of access_code



30
31
32
# File 'lib/datagrout_conduit/onramp.rb', line 30

def access_code
  @access_code
end

#agent_nameObject

Returns the value of attribute agent_name

Returns:

  • (Object)

    the current value of agent_name



30
31
32
# File 'lib/datagrout_conduit/onramp.rb', line 30

def agent_name
  @agent_name
end

#agent_typeObject

Returns the value of attribute agent_type

Returns:

  • (Object)

    the current value of agent_type



30
31
32
# File 'lib/datagrout_conduit/onramp.rb', line 30

def agent_type
  @agent_type
end

#gatewayObject

Returns the value of attribute gateway

Returns:

  • (Object)

    the current value of gateway



30
31
32
# File 'lib/datagrout_conduit/onramp.rb', line 30

def gateway
  @gateway
end

#intended_useObject

Returns the value of attribute intended_use

Returns:

  • (Object)

    the current value of intended_use



30
31
32
# File 'lib/datagrout_conduit/onramp.rb', line 30

def intended_use
  @intended_use
end