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