Class: Digicert::ContainerTemplate

Inherits:
Base
  • Object
show all
Includes:
Actions::All, Actions::Fetch
Defined in:
lib/digicert/container_template.rb

Class Method Summary collapse

Methods included from Actions::Fetch

#fetch

Methods included from Actions::Base

#included

Methods included from Actions::All

#all

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Digicert::Base

Class Method Details

.all(container_id) ⇒ Object



8
9
10
# File 'lib/digicert/container_template.rb', line 8

def self.all(container_id)
  new(container_id: container_id).all
end

.fetch(template_id:, container_id:) ⇒ Object



12
13
14
# File 'lib/digicert/container_template.rb', line 12

def self.fetch(template_id:, container_id:)
  new(resource_id: template_id, container_id: container_id).fetch
end