Class: Peddler::APIs::ServicesV1::EncryptionDetails
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ServicesV1::EncryptionDetails
- Defined in:
- sig/peddler/apis/services_v1.rbs
Instance Attribute Summary collapse
-
#initialization_vector ⇒ String
readonly
Returns the value of attribute initialization_vector.
-
#key ⇒ String
readonly
Returns the value of attribute key.
-
#standard ⇒ String
readonly
Returns the value of attribute standard.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :initialization_vector, :key, :standard ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ServicesV1::EncryptionDetails
Instance Method Summary collapse
-
#members ⇒ [ :initialization_vector, :key, :standard ]
-
#to_h ⇒ { initialization_vector: String, key: String, standard: String }
Instance Attribute Details
#initialization_vector ⇒ String (readonly)
Returns the value of attribute initialization_vector.
400 401 402 |
# File 'sig/peddler/apis/services_v1.rbs', line 400 def initialization_vector @initialization_vector end |
#key ⇒ String (readonly)
Returns the value of attribute key.
401 402 403 |
# File 'sig/peddler/apis/services_v1.rbs', line 401 def key @key end |
#standard ⇒ String (readonly)
Returns the value of attribute standard.
402 403 404 |
# File 'sig/peddler/apis/services_v1.rbs', line 402 def standard @standard end |
Class Method Details
.[](initialization_vector:, key:, standard:) ⇒ Peddler::APIs::ServicesV1::EncryptionDetails .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ServicesV1::EncryptionDetails
393 394 |
# File 'sig/peddler/apis/services_v1.rbs', line 393
def self.[]: (initialization_vector: String, key: String, standard: String) -> Peddler::APIs::ServicesV1::EncryptionDetails
| (String, String, String) -> Peddler::APIs::ServicesV1::EncryptionDetails
|
.members ⇒ [ :initialization_vector, :key, :standard ]
396 |
# File 'sig/peddler/apis/services_v1.rbs', line 396
def self.members: () -> [ :initialization_vector, :key, :standard ]
|
.new(initialization_vector:, key:, standard:) ⇒ Peddler::APIs::ServicesV1::EncryptionDetails .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ServicesV1::EncryptionDetails
391 392 |
# File 'sig/peddler/apis/services_v1.rbs', line 391
def self.new: (initialization_vector: String, key: String, standard: String) -> Peddler::APIs::ServicesV1::EncryptionDetails
| (String, String, String) -> Peddler::APIs::ServicesV1::EncryptionDetails
|
.parse ⇒ Peddler::APIs::ServicesV1::EncryptionDetails
398 |
# File 'sig/peddler/apis/services_v1.rbs', line 398
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::EncryptionDetails
|
Instance Method Details
#members ⇒ [ :initialization_vector, :key, :standard ]
404 |
# File 'sig/peddler/apis/services_v1.rbs', line 404
def members: () -> [ :initialization_vector, :key, :standard ]
|
#to_h ⇒ { initialization_vector: String, key: String, standard: String }
405 |
# File 'sig/peddler/apis/services_v1.rbs', line 405
def to_h: () -> { initialization_vector: String, key: String, standard: String }
|