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)


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

def content_sha256
  @content_sha256
end

#upload_destination_idString? (readonly)

Returns the value of attribute upload_destination_id.

Returns:

  • (String, nil)


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

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:



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

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 ])


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

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:



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

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:



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

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 ])


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

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

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

Returns:

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


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

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