Class: ProperProcess::Base

Inherits:
ActiveResource::Base
  • Object
show all
Defined in:
lib/proper_process_api_ares.rb

Direct Known Subclasses

Procedure

Instance Method Summary collapse

Instance Method Details

#to_xml(options = {}) ⇒ Object



29
30
31
32
# File 'lib/proper_process_api_ares.rb', line 29

def to_xml(options = {})
  options.merge!(:dasherize => false)
  super
end