Class: RFlow::Configuration::NullConnectionConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/rflow/configuration/connection.rb

Overview

for testing purposes

Instance Attribute Summary collapse

Instance Attribute Details

#deliveryObject

Returns the value of attribute delivery.



107
108
109
# File 'lib/rflow/configuration/connection.rb', line 107

def delivery
  @delivery
end

#input_port_keyObject

Returns the value of attribute input_port_key.



107
108
109
# File 'lib/rflow/configuration/connection.rb', line 107

def input_port_key
  @input_port_key
end

#nameObject

Returns the value of attribute name.



107
108
109
# File 'lib/rflow/configuration/connection.rb', line 107

def name
  @name
end

#optionsObject

Returns the value of attribute options.



107
108
109
# File 'lib/rflow/configuration/connection.rb', line 107

def options
  @options
end

#output_port_keyObject

Returns the value of attribute output_port_key.



107
108
109
# File 'lib/rflow/configuration/connection.rb', line 107

def output_port_key
  @output_port_key
end

#uuidObject

Returns the value of attribute uuid.



107
108
109
# File 'lib/rflow/configuration/connection.rb', line 107

def uuid
  @uuid
end