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
49 50 51 |
# File 'lib/kumi/core/analyzer/plans.rb', line 49 def axes @axes end |
#dtype ⇒ Object
Returns the value of attribute dtype
49 50 51 |
# File 'lib/kumi/core/analyzer/plans.rb', line 49 def dtype @dtype end |
#key_policy ⇒ Object
Returns the value of attribute key_policy
49 50 51 |
# File 'lib/kumi/core/analyzer/plans.rb', line 49 def key_policy @key_policy end |
#missing_policy ⇒ Object
Returns the value of attribute missing_policy
49 50 51 |
# File 'lib/kumi/core/analyzer/plans.rb', line 49 def missing_policy @missing_policy end |
#navigation_steps ⇒ Object
Returns the value of attribute navigation_steps
49 50 51 |
# File 'lib/kumi/core/analyzer/plans.rb', line 49 def @navigation_steps end |
#open_axis ⇒ Object
Returns the value of attribute open_axis
49 50 51 |
# File 'lib/kumi/core/analyzer/plans.rb', line 49 def open_axis @open_axis end |
#path_fqn ⇒ Object
Returns the value of attribute path_fqn
49 50 51 |
# File 'lib/kumi/core/analyzer/plans.rb', line 49 def path_fqn @path_fqn end |
#source_path ⇒ Object
Returns the value of attribute source_path
49 50 51 |
# File 'lib/kumi/core/analyzer/plans.rb', line 49 def source_path @source_path end |