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