Class: DTK::DSL::Template::Parsing::ParentInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#key_typeObject

Returns the value of attribute key_type

Returns:

  • (Object)

    the current value of key_type



26
27
28
# File 'lib/dsl/template/parsing.rb', line 26

def key_type
  @key_type
end

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



26
27
28
# File 'lib/dsl/template/parsing.rb', line 26

def parent
  @parent
end