Class: Peddler::APIs::ServicesV1::ServiceDocumentUploadDestination
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ServicesV1::ServiceDocumentUploadDestination
- Defined in:
- sig/peddler/apis/services_v1.rbs
Instance Attribute Summary collapse
-
#encryption_details ⇒ Peddler::APIs::ServicesV1::EncryptionDetails
readonly
Returns the value of attribute encryption_details.
-
#headers ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute headers.
-
#upload_destination_id ⇒ String
readonly
Returns the value of attribute upload_destination_id.
-
#url ⇒ String
readonly
Returns the value of attribute url.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :encryption_details, :upload_destination_id, :url, :headers ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ServicesV1::ServiceDocumentUploadDestination
Instance Method Summary collapse
-
#members ⇒ [ :encryption_details, :upload_destination_id, :url, :headers ]
-
#to_h ⇒ { encryption_details: Peddler::APIs::ServicesV1::EncryptionDetails, upload_destination_id: String, url: String, headers: Hash[untyped, untyped]? }
Instance Attribute Details
#encryption_details ⇒ Peddler::APIs::ServicesV1::EncryptionDetails (readonly)
Returns the value of attribute encryption_details.
905 906 907 |
# File 'sig/peddler/apis/services_v1.rbs', line 905 def encryption_details @encryption_details end |
#headers ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute headers.
906 907 908 |
# File 'sig/peddler/apis/services_v1.rbs', line 906 def headers @headers end |
#upload_destination_id ⇒ String (readonly)
Returns the value of attribute upload_destination_id.
907 908 909 |
# File 'sig/peddler/apis/services_v1.rbs', line 907 def upload_destination_id @upload_destination_id end |
#url ⇒ String (readonly)
Returns the value of attribute url.
908 909 910 |
# File 'sig/peddler/apis/services_v1.rbs', line 908 def url @url end |
Class Method Details
.[](encryption_details:, upload_destination_id:, url:, headers:) ⇒ Peddler::APIs::ServicesV1::ServiceDocumentUploadDestination .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ServicesV1::ServiceDocumentUploadDestination
898 899 |
# File 'sig/peddler/apis/services_v1.rbs', line 898
def self.[]: (encryption_details: Peddler::APIs::ServicesV1::EncryptionDetails, upload_destination_id: String, url: String, ?headers: Hash[untyped, untyped]?) -> Peddler::APIs::ServicesV1::ServiceDocumentUploadDestination
| (Peddler::APIs::ServicesV1::EncryptionDetails, String, String, Hash[untyped, untyped]?) -> Peddler::APIs::ServicesV1::ServiceDocumentUploadDestination
|
.members ⇒ [ :encryption_details, :upload_destination_id, :url, :headers ]
901 |
# File 'sig/peddler/apis/services_v1.rbs', line 901
def self.members: () -> [ :encryption_details, :upload_destination_id, :url, :headers ]
|
.new(encryption_details:, upload_destination_id:, url:, headers:) ⇒ Peddler::APIs::ServicesV1::ServiceDocumentUploadDestination .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ServicesV1::ServiceDocumentUploadDestination
896 897 |
# File 'sig/peddler/apis/services_v1.rbs', line 896
def self.new: (encryption_details: Peddler::APIs::ServicesV1::EncryptionDetails, upload_destination_id: String, url: String, ?headers: Hash[untyped, untyped]?) -> Peddler::APIs::ServicesV1::ServiceDocumentUploadDestination
| (Peddler::APIs::ServicesV1::EncryptionDetails, String, String, Hash[untyped, untyped]?) -> Peddler::APIs::ServicesV1::ServiceDocumentUploadDestination
|
.parse ⇒ Peddler::APIs::ServicesV1::ServiceDocumentUploadDestination
903 |
# File 'sig/peddler/apis/services_v1.rbs', line 903
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::ServiceDocumentUploadDestination
|
Instance Method Details
#members ⇒ [ :encryption_details, :upload_destination_id, :url, :headers ]
910 |
# File 'sig/peddler/apis/services_v1.rbs', line 910
def members: () -> [ :encryption_details, :upload_destination_id, :url, :headers ]
|
#to_h ⇒ { encryption_details: Peddler::APIs::ServicesV1::EncryptionDetails, upload_destination_id: String, url: String, headers: Hash[untyped, untyped]? }
911 |
# File 'sig/peddler/apis/services_v1.rbs', line 911
def to_h: () -> { encryption_details: Peddler::APIs::ServicesV1::EncryptionDetails, upload_destination_id: String, url: String, headers: Hash[untyped, untyped]? }
|