Class: OCI::Auth::Signers::RptPathProvider::StringRptPathProvider
- Inherits:
-
RptPathProvider
- Object
- RptPathProvider
- OCI::Auth::Signers::RptPathProvider::StringRptPathProvider
- Defined in:
- lib/oci/auth/signers/resource_principal_token_path_provider/string_rpt_path_provider.rb
Overview
string rpt path provider
Instance Method Summary collapse
-
#initialize(path) ⇒ StringRptPathProvider
constructor
A new instance of StringRptPathProvider.
Methods inherited from RptPathProvider
#replacement_dict, #token_path
Constructor Details
#initialize(path) ⇒ StringRptPathProvider
Returns a new instance of StringRptPathProvider.
10 11 12 |
# File 'lib/oci/auth/signers/resource_principal_token_path_provider/string_rpt_path_provider.rb', line 10 def initialize(path) super(path) end |