Class: Lagoon::Parser::SchemaParser::ConnectionEntry
- Inherits:
-
Data
- Object
- Data
- Lagoon::Parser::SchemaParser::ConnectionEntry
- Defined in:
- lib/lagoon/parser/schema_parser.rb
Instance Attribute Summary collapse
-
#connection ⇒ Object
readonly
Returns the value of attribute connection.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#connection ⇒ Object (readonly)
Returns the value of attribute connection
6 7 8 |
# File 'lib/lagoon/parser/schema_parser.rb', line 6 def connection @connection end |
#name ⇒ Object (readonly)
Returns the value of attribute name
6 7 8 |
# File 'lib/lagoon/parser/schema_parser.rb', line 6 def name @name end |