Class: Peddler::APIs::MerchantFulfillmentV0::FileContents
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::FileContents
- Defined in:
- sig/peddler/apis/merchant_fulfillment_v0.rbs
Instance Attribute Summary collapse
-
#checksum ⇒ String
readonly
Returns the value of attribute checksum.
-
#contents ⇒ String
readonly
Returns the value of attribute contents.
-
#file_type ⇒ String
readonly
Returns the value of attribute file_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :checksum, :contents, :file_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::FileContents
Instance Method Summary collapse
-
#members ⇒ [ :checksum, :contents, :file_type ]
-
#to_h ⇒ { checksum: String, contents: String, file_type: String }
Instance Attribute Details
#checksum ⇒ String (readonly)
Returns the value of attribute checksum.
337 338 339 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 337 def checksum @checksum end |
#contents ⇒ String (readonly)
Returns the value of attribute contents.
338 339 340 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 338 def contents @contents end |
#file_type ⇒ String (readonly)
Returns the value of attribute file_type.
339 340 341 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 339 def file_type @file_type end |
Class Method Details
.[](checksum:, contents:, file_type:) ⇒ Peddler::APIs::MerchantFulfillmentV0::FileContents .[](arg0, arg1, arg2) ⇒ Peddler::APIs::MerchantFulfillmentV0::FileContents
330 331 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 330
def self.[]: (checksum: String, contents: String, file_type: String) -> Peddler::APIs::MerchantFulfillmentV0::FileContents
| (String, String, String) -> Peddler::APIs::MerchantFulfillmentV0::FileContents
|
.members ⇒ [ :checksum, :contents, :file_type ]
333 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 333
def self.members: () -> [ :checksum, :contents, :file_type ]
|
.new(checksum:, contents:, file_type:) ⇒ Peddler::APIs::MerchantFulfillmentV0::FileContents .new(arg0, arg1, arg2) ⇒ Peddler::APIs::MerchantFulfillmentV0::FileContents
328 329 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 328
def self.new: (checksum: String, contents: String, file_type: String) -> Peddler::APIs::MerchantFulfillmentV0::FileContents
| (String, String, String) -> Peddler::APIs::MerchantFulfillmentV0::FileContents
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::FileContents
335 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 335
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::FileContents
|
Instance Method Details
#members ⇒ [ :checksum, :contents, :file_type ]
341 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 341
def members: () -> [ :checksum, :contents, :file_type ]
|
#to_h ⇒ { checksum: String, contents: String, file_type: String }
342 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 342
def to_h: () -> { checksum: String, contents: String, file_type: String }
|