module SetAttributes::Controls::Mapping::Unary

Public Class Methods

example() click to toggle source
# File lib/set_attributes/controls/mapping.rb, line 9
def self.example
  [
    :some_attribute,
    :some_other_attribute
  ]
end