Module: Fig::Command::Action::Role::ListVariablesFromDataStructure
- Included in:
- ListVariables::JSON, ListVariables::JSONAllConfigs, ListVariables::YAML, ListVariables::YAMLAllConfigs
- Defined in:
- lib/fig/command/action/role/list_variables_from_data_structure.rb
Instance Method Summary collapse
- #apply_config? ⇒ Boolean
- #descriptor_requirement ⇒ Object
- #load_base_package? ⇒ Boolean
- #register_base_package? ⇒ Boolean
Instance Method Details
#apply_config? ⇒ Boolean
23 24 25 |
# File 'lib/fig/command/action/role/list_variables_from_data_structure.rb', line 23 def apply_config?() return nil # don't care end |
#descriptor_requirement ⇒ Object
11 12 13 |
# File 'lib/fig/command/action/role/list_variables_from_data_structure.rb', line 11 def descriptor_requirement() return nil end |
#load_base_package? ⇒ Boolean
15 16 17 |
# File 'lib/fig/command/action/role/list_variables_from_data_structure.rb', line 15 def load_base_package?() return true end |
#register_base_package? ⇒ Boolean
19 20 21 |
# File 'lib/fig/command/action/role/list_variables_from_data_structure.rb', line 19 def register_base_package?() return nil # don't care end |