Method: Sfn::CommandModule::Base::InstanceMethods#allowed_attributes
- Defined in:
- lib/sfn/command_module/base.rb
#allowed_attributes ⇒ Array<String>
106 107 108 |
# File 'lib/sfn/command_module/base.rb', line 106 def allowed_attributes opts.fetch(:attributes, config.fetch(:attributes, default_attributes)) end |