Class: Lagoon::Parser::SchemaParser::ConnectionEntry

Inherits:
Data
  • Object
show all
Defined in:
lib/lagoon/parser/schema_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#connectionObject (readonly)

Returns the value of attribute connection

Returns:

  • (Object)

    the current value of connection



6
7
8
# File 'lib/lagoon/parser/schema_parser.rb', line 6

def connection
  @connection
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/lagoon/parser/schema_parser.rb', line 6

def name
  @name
end