module RestKat
Public Class Methods
generate_api(api_location, schema_location)
click to toggle source
# File lib/rest_kat.rb, line 496 def self.generate_api(api_location, schema_location) MySugrIphone.new.generate_api(api_location, schema_location) end