Method: Stax::Stack#parameters
- Defined in:
- lib/stax/stack/parameters.rb
#parameters ⇒ Object
17 18 19 20 21 |
# File 'lib/stax/stack/parameters.rb', line 17 def parameters print_table stack_parameters.each_with_object({}) { |p, h| h[p.parameter_key] = p.parameter_value }.sort end |