Class: RmsItemApi::Client
- Inherits:
-
Object
- Object
- RmsItemApi::Client
- Defined in:
- lib/rms_item_api.rb
Direct Known Subclasses
Constant Summary
Constants included from Helper
Instance Method Summary collapse
-
#initialize(serviceSecret:, licenseKey:) ⇒ Client
constructor
A new instance of Client.
Methods included from Item
#delete, #get, #insert, #update
Methods included from Helper
#connection, #convert_xml_into_json, #handler
Constructor Details
#initialize(serviceSecret:, licenseKey:) ⇒ Client
Returns a new instance of Client.
17 18 19 20 |
# File 'lib/rms_item_api.rb', line 17 def initialize(serviceSecret:, licenseKey:) @serviceSecret = serviceSecret @licenseKey = licenseKey end |