Class: Peddler::APIs::ServicesV1::FulfillmentDocument

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#content_sha256String? (readonly)

Returns the value of attribute content_sha256.

Returns:

  • (String, nil)


515
516
517
# File 'sig/peddler/apis/services_v1.rbs', line 515

def content_sha256
  @content_sha256
end

#upload_destination_idString? (readonly)

Returns the value of attribute upload_destination_id.

Returns:

  • (String, nil)


516
517
518
# File 'sig/peddler/apis/services_v1.rbs', line 516

def upload_destination_id
  @upload_destination_id
end

Class Method Details

.[](content_sha256:, upload_destination_id:) ⇒ Peddler::APIs::ServicesV1::FulfillmentDocument .[](arg0, arg1) ⇒ Peddler::APIs::ServicesV1::FulfillmentDocument

Overloads:



508
509
# File 'sig/peddler/apis/services_v1.rbs', line 508

def self.[]: (?content_sha256: String?, ?upload_destination_id: String?) -> Peddler::APIs::ServicesV1::FulfillmentDocument
| (String?, String?) -> Peddler::APIs::ServicesV1::FulfillmentDocument

.members[ :content_sha256, :upload_destination_id ]

Returns:

  • ([ :content_sha256, :upload_destination_id ])


511
# File 'sig/peddler/apis/services_v1.rbs', line 511

def self.members: () -> [ :content_sha256, :upload_destination_id ]

.new(content_sha256:, upload_destination_id:) ⇒ Peddler::APIs::ServicesV1::FulfillmentDocument .new(arg0, arg1) ⇒ Peddler::APIs::ServicesV1::FulfillmentDocument

Overloads:



506
507
# File 'sig/peddler/apis/services_v1.rbs', line 506

def self.new: (?content_sha256: String?, ?upload_destination_id: String?) -> Peddler::APIs::ServicesV1::FulfillmentDocument
| (String?, String?) -> Peddler::APIs::ServicesV1::FulfillmentDocument

.parsePeddler::APIs::ServicesV1::FulfillmentDocument

Parameters:

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

Returns:



513
# File 'sig/peddler/apis/services_v1.rbs', line 513

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::FulfillmentDocument

Instance Method Details

#members[ :content_sha256, :upload_destination_id ]

Returns:

  • ([ :content_sha256, :upload_destination_id ])


518
# File 'sig/peddler/apis/services_v1.rbs', line 518

def members: () -> [ :content_sha256, :upload_destination_id ]

#to_h{ content_sha256: String?, upload_destination_id: String? }

Returns:

  • ({ content_sha256: String?, upload_destination_id: String? })


519
# File 'sig/peddler/apis/services_v1.rbs', line 519

def to_h: () -> { content_sha256: String?, upload_destination_id: String? }