Class: Code42::ProductLicense
- Defined in:
- lib/code42/product_license.rb
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
Methods inherited from Resource
attribute, collection_from_response, deserialize, deserialize_and_initialize, from_response, #initialize, serialize, #serialize, serializer
Constructor Details
This class inherits a constructor from Code42::Resource
Instance Method Details
#remove ⇒ Object
8 9 10 |
# File 'lib/code42/product_license.rb', line 8 def remove client.remove_product_license(id) end |