Class: Peddler::APIs::MerchantFulfillmentV0::FileContents

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/merchant_fulfillment_v0.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#checksumString (readonly)

Returns the value of attribute checksum.

Returns:

  • (String)


337
338
339
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 337

def checksum
  @checksum
end

#contentsString (readonly)

Returns the value of attribute contents.

Returns:

  • (String)


338
339
340
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 338

def contents
  @contents
end

#file_typeString (readonly)

Returns the value of attribute file_type.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::MerchantFulfillmentV0::FileContents

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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 }

Returns:

  • ({ 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 }