# File lib/stickshift-controller/app/models/rest_application_estimate.rb, line 4 def initialize(components) self.components = components end
# File lib/stickshift-controller/app/models/rest_application_estimate.rb, line 8 def to_xml(options={}) options[:tag_name] = "gear" super(options) end