Class: Common::SaasposeApp

Inherits:
Object
  • Object
show all
Defined in:
lib/saaspose_common.rb

Overview

This class allows you to set the AppSID and AppKey values you get upon signing up

Instance Method Summary collapse

Constructor Details

#initialize(appSID, appKey) ⇒ SaasposeApp

Returns a new instance of SaasposeApp.



21
22
23
24
# File 'lib/saaspose_common.rb', line 21

def initialize(appSID,appKey)  
		     $appSID = appSID
		     $appKey = appKey
end