Module: RestKat

Defined in:
lib/rest_kat.rb,
lib/rest_kat.rb,
lib/rest_kat/validator.rb

Defined Under Namespace

Classes: IosMapping, MySugrIphone, ObjCMapType, ObjCPrimitiveType, ObjCProperty, ObjCSequence, ObjCSequenceOfMap, ObjCSequenceOfPrimitve, ObjCType, Resource, Validator

Class Method Summary collapse

Class Method Details

.generate_api(api_location, schema_location) ⇒ Object



496
497
498
# File 'lib/rest_kat.rb', line 496

def self.generate_api(api_location, schema_location)
    MySugrIphone.new.generate_api(api_location, schema_location)
end