class RestApplicationEstimate

Attributes

components[RW]

Public Class Methods

new(components) click to toggle source
# File lib/stickshift-controller/app/models/rest_application_estimate.rb, line 4
def initialize(components)
  self.components = components
end

Public Instance Methods

to_xml(options={}) click to toggle source
# File lib/stickshift-controller/app/models/rest_application_estimate.rb, line 8
def to_xml(options={})
  options[:tag_name] = "gear"
  super(options)
end