Class: Digicert::OrderManager
- Includes:
- Actions::Create
- Defined in:
- lib/digicert/order_manager.rb
Direct Known Subclasses
Class Method Summary collapse
Methods included from Actions::Create
#create, #resource_creation_path
Methods included from Actions::Base
Methods inherited from Base
Constructor Details
This class inherits a constructor from Digicert::Base
Class Method Details
.create(order_id:, **attributes) ⇒ Object
7 8 9 |
# File 'lib/digicert/order_manager.rb', line 7 def self.create(order_id:, **attributes) new(attributes.merge(resource_id: order_id)).create end |