Class: Peddler::APIs::Uploads20201101::UploadDestination
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Uploads20201101::UploadDestination
- Defined in:
- sig/peddler/apis/uploads_2020_11_01.rbs
Instance Attribute Summary collapse
-
#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 ⇒ [ :headers, :upload_destination_id, :url ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Uploads20201101::UploadDestination
Instance Method Summary collapse
-
#members ⇒ [ :headers, :upload_destination_id, :url ]
-
#to_h ⇒ { headers: Hash[untyped, untyped]?, upload_destination_id: String?, url: String? }
Instance Attribute Details
#headers ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute headers.
53 54 55 |
# File 'sig/peddler/apis/uploads_2020_11_01.rbs', line 53 def headers @headers end |
#upload_destination_id ⇒ String? (readonly)
Returns the value of attribute upload_destination_id.
54 55 56 |
# File 'sig/peddler/apis/uploads_2020_11_01.rbs', line 54 def upload_destination_id @upload_destination_id end |
#url ⇒ String? (readonly)
Returns the value of attribute url.
55 56 57 |
# File 'sig/peddler/apis/uploads_2020_11_01.rbs', line 55 def url @url end |
Class Method Details
.[](headers:, upload_destination_id:, url:) ⇒ Peddler::APIs::Uploads20201101::UploadDestination .[](arg0, arg1, arg2) ⇒ Peddler::APIs::Uploads20201101::UploadDestination
46 47 |
# File 'sig/peddler/apis/uploads_2020_11_01.rbs', line 46
def self.[]: (?headers: Hash[untyped, untyped]?, ?upload_destination_id: String?, ?url: String?) -> Peddler::APIs::Uploads20201101::UploadDestination
| (Hash[untyped, untyped]?, String?, String?) -> Peddler::APIs::Uploads20201101::UploadDestination
|
.members ⇒ [ :headers, :upload_destination_id, :url ]
49 |
# File 'sig/peddler/apis/uploads_2020_11_01.rbs', line 49
def self.members: () -> [ :headers, :upload_destination_id, :url ]
|
.new(headers:, upload_destination_id:, url:) ⇒ Peddler::APIs::Uploads20201101::UploadDestination .new(arg0, arg1, arg2) ⇒ Peddler::APIs::Uploads20201101::UploadDestination
44 45 |
# File 'sig/peddler/apis/uploads_2020_11_01.rbs', line 44
def self.new: (?headers: Hash[untyped, untyped]?, ?upload_destination_id: String?, ?url: String?) -> Peddler::APIs::Uploads20201101::UploadDestination
| (Hash[untyped, untyped]?, String?, String?) -> Peddler::APIs::Uploads20201101::UploadDestination
|
.parse ⇒ Peddler::APIs::Uploads20201101::UploadDestination
51 |
# File 'sig/peddler/apis/uploads_2020_11_01.rbs', line 51
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Uploads20201101::UploadDestination
|
Instance Method Details
#members ⇒ [ :headers, :upload_destination_id, :url ]
57 |
# File 'sig/peddler/apis/uploads_2020_11_01.rbs', line 57
def members: () -> [ :headers, :upload_destination_id, :url ]
|
#to_h ⇒ { headers: Hash[untyped, untyped]?, upload_destination_id: String?, url: String? }
58 |
# File 'sig/peddler/apis/uploads_2020_11_01.rbs', line 58
def to_h: () -> { headers: Hash[untyped, untyped]?, upload_destination_id: String?, url: String? }
|