Class: Kumi::Core::Analyzer::Plans::InputPlan
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Core::Analyzer::Plans::InputPlan
- Defined in:
- lib/kumi/core/analyzer/plans.rb
Instance Attribute Summary collapse
-
#axes ⇒ Object
Returns the value of attribute axes.
-
#dtype ⇒ Object
Returns the value of attribute dtype.
-
#key_policy ⇒ Object
Returns the value of attribute key_policy.
-
#missing_policy ⇒ Object
Returns the value of attribute missing_policy.
-
#navigation_steps ⇒ Object
Returns the value of attribute navigation_steps.
-
#open_axis ⇒ Object
Returns the value of attribute open_axis.
-
#path_fqn ⇒ Object
Returns the value of attribute path_fqn.
-
#source_path ⇒ Object
Returns the value of attribute source_path.
Instance Attribute Details
#axes ⇒ Object
Returns the value of attribute axes
50 51 52 |
# File 'lib/kumi/core/analyzer/plans.rb', line 50 def axes @axes end |
#dtype ⇒ Object
Returns the value of attribute dtype
50 51 52 |
# File 'lib/kumi/core/analyzer/plans.rb', line 50 def dtype @dtype end |
#key_policy ⇒ Object
Returns the value of attribute key_policy
50 51 52 |
# File 'lib/kumi/core/analyzer/plans.rb', line 50 def key_policy @key_policy end |
#missing_policy ⇒ Object
Returns the value of attribute missing_policy
50 51 52 |
# File 'lib/kumi/core/analyzer/plans.rb', line 50 def missing_policy @missing_policy end |
#navigation_steps ⇒ Object
Returns the value of attribute navigation_steps
50 51 52 |
# File 'lib/kumi/core/analyzer/plans.rb', line 50 def end |
#open_axis ⇒ Object
Returns the value of attribute open_axis
50 51 52 |
# File 'lib/kumi/core/analyzer/plans.rb', line 50 def open_axis @open_axis end |
#path_fqn ⇒ Object
Returns the value of attribute path_fqn
50 51 52 |
# File 'lib/kumi/core/analyzer/plans.rb', line 50 def path_fqn @path_fqn end |
#source_path ⇒ Object
Returns the value of attribute source_path
50 51 52 |
# File 'lib/kumi/core/analyzer/plans.rb', line 50 def source_path @source_path end |