Class: ConnectionInformation

Inherits:
Struct
  • Object
show all
Defined in:
lib/armstrong/data_structures.rb

Instance Attribute Summary collapse

Instance Attribute Details

#connectionObject

Returns the value of attribute connection

Returns:

  • (Object)

    the current value of connection



4
5
6
# File 'lib/armstrong/data_structures.rb', line 4

def connection
  @connection
end