module SimpleParams::HasAttributes

Public Instance Methods

attributes() click to toggle source
# File lib/simple_params/concerns/has_attributes.rb, line 6
def attributes
  (defined_attributes.keys + nested_classes.keys).flatten
end