All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.Ruby.stg Maven / Gradle / Ivy

group T;

// Ruby
  
rubyapi(apilist, versionMinor, versionMajor, versionMicro) ::= <<
module RaptureClient
   class Api
   @@distMap = {
          :RequestSession => [ 'login', 'CONTEXT', 'response', [ {  :name => 'user'}]],
          :Login => [ 'login', 'LOGIN', 'response', [ { :name => 'user' }, 
                { :name => 'digest' },
                { :name => 'context' }
          ]],
   	
   }
   def self.distMap
        @@distMap
    end
    def self.getClientApiVersion
        return {"major" => , "minor" => , "micro" =>  };
    end
   
   end
end
>>

rubyApiEntry(apitype, name, params) ::= <<
	: => [ '', '', 'response', [ ]]
>>

rubyParam(name) ::= <<
{ :name => '' , :json => 1}
>>






© 2015 - 2025 Weber Informatics LLC | Privacy Policy