Class: Kumi::Core::Analyzer::Plans::InputPlan

Inherits:
Struct
  • Object
show all
Defined in:
lib/kumi/core/analyzer/plans.rb

Instance Attribute Summary collapse

Instance Attribute Details

#axesObject

Returns the value of attribute axes

Returns:

  • (Object)

    the current value of axes



50
51
52
# File 'lib/kumi/core/analyzer/plans.rb', line 50

def axes
  @axes
end

#dtypeObject

Returns the value of attribute dtype

Returns:

  • (Object)

    the current value of dtype



50
51
52
# File 'lib/kumi/core/analyzer/plans.rb', line 50

def dtype
  @dtype
end

#key_policyObject

Returns the value of attribute key_policy

Returns:

  • (Object)

    the current value of key_policy



50
51
52
# File 'lib/kumi/core/analyzer/plans.rb', line 50

def key_policy
  @key_policy
end

#missing_policyObject

Returns the value of attribute missing_policy

Returns:

  • (Object)

    the current value of missing_policy



50
51
52
# File 'lib/kumi/core/analyzer/plans.rb', line 50

def missing_policy
  @missing_policy
end

Returns the value of attribute navigation_steps

Returns:

  • (Object)

    the current value of navigation_steps



50
51
52
# File 'lib/kumi/core/analyzer/plans.rb', line 50

def navigation_steps
  @navigation_steps
end

#open_axisObject

Returns the value of attribute open_axis

Returns:

  • (Object)

    the current value of open_axis



50
51
52
# File 'lib/kumi/core/analyzer/plans.rb', line 50

def open_axis
  @open_axis
end

#path_fqnObject

Returns the value of attribute path_fqn

Returns:

  • (Object)

    the current value of path_fqn



50
51
52
# File 'lib/kumi/core/analyzer/plans.rb', line 50

def path_fqn
  @path_fqn
end

#source_pathObject

Returns the value of attribute source_path

Returns:

  • (Object)

    the current value of source_path



50
51
52
# File 'lib/kumi/core/analyzer/plans.rb', line 50

def source_path
  @source_path
end