Class: DTK::DSL::QualifiedKey::Element

Inherits:
Struct
  • Object
show all
Defined in:
lib/dsl/qualified_key.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



23
24
25
# File 'lib/dsl/qualified_key.rb', line 23

def key
  @key
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



23
24
25
# File 'lib/dsl/qualified_key.rb', line 23

def type
  @type
end