Class: DTK::DSL::QualifiedKey::Element
- Inherits:
-
Struct
- Object
- Struct
- DTK::DSL::QualifiedKey::Element
- Defined in:
- lib/dsl/qualified_key.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
23 24 25 |
# File 'lib/dsl/qualified_key.rb', line 23 def key @key end |
#type ⇒ Object
Returns the value of attribute type
23 24 25 |
# File 'lib/dsl/qualified_key.rb', line 23 def type @type end |