Method: Sfn::CommandModule::Base::InstanceMethods#allowed_attributes

Defined in:
lib/sfn/command_module/base.rb

#allowed_attributesArray<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