Method: ActiveZuora::Fields#initialize

Defined in:
lib/active_zuora/fields.rb

#initialize(attributes = {}) ⇒ Object



22
23
24
25
# File 'lib/active_zuora/fields.rb', line 22

def initialize(attributes={})
  # Start with defaults, and override those with the given attributes.
  self.attributes = default_attributes.merge(attributes)
end