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.
886 887 888 |
# File 'sig/peddler/apis/services_v1.rbs', line 886 def encryption_details @encryption_details end |
#headers ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute headers.
887 888 889 |
# File 'sig/peddler/apis/services_v1.rbs', line 887 def headers @headers end |
#upload_destination_id ⇒ String (readonly)
Returns the value of attribute upload_destination_id.
888 889 890 |
# File 'sig/peddler/apis/services_v1.rbs', line 888 def upload_destination_id @upload_destination_id end |
#url ⇒ String (readonly)
Returns the value of attribute url.
889 890 891 |
# File 'sig/peddler/apis/services_v1.rbs', line 889 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
879 880 |
# File 'sig/peddler/apis/services_v1.rbs', line 879
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 ]
882 |
# File 'sig/peddler/apis/services_v1.rbs', line 882
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
877 878 |
# File 'sig/peddler/apis/services_v1.rbs', line 877
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
884 |
# File 'sig/peddler/apis/services_v1.rbs', line 884
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::ServiceDocumentUploadDestination
|
Instance Method Details
#members ⇒ [ :encryption_details, :upload_destination_id, :url, :headers ]
891 |
# File 'sig/peddler/apis/services_v1.rbs', line 891
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]? }
892 |
# File 'sig/peddler/apis/services_v1.rbs', line 892
def to_h: () -> { encryption_details: Peddler::APIs::ServicesV1::EncryptionDetails, upload_destination_id: String, url: String, headers: Hash[untyped, untyped]? }
|