Module: Digicert::Actions::Fetch
- Extended by:
- Base
- Included in:
- CertificateRequest, Container, ContainerTemplate, Domain, Order, Organization, Product
- Defined in:
- lib/digicert/actions/fetch.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Methods included from Base
Instance Method Details
#fetch ⇒ Object
8 9 10 11 12 |
# File 'lib/digicert/actions/fetch.rb', line 8 def fetch Digicert::Request.new( :get, [resource_path, resource_id].join("/"), params: query_params ).parse end |