class Muffin::NestedAttribute

Public Class Methods

new(attributes = {}) click to toggle source
# File lib/muffin/frostings/attributes.rb, line 81
def initialize(attributes = {})
  self.attributes = attributes
end