Class: Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#errorsArray[Peddler::APIs::FulfillmentOutbound20200701::Error]? (readonly)

Returns the value of attribute errors.



836
837
838
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 836

def errors
  @errors
end

#payloadPeddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult? (readonly)

Returns the value of attribute payload.



837
838
839
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 837

def payload
  @payload
end

Class Method Details

.[](errors:, payload:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse



829
830
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 829

def self.[]: (?errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, ?payload: Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse
| (Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse

.members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


832
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 832

def self.members: () -> [ :errors, :payload ]

.new(errors:, payload:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse



827
828
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 827

def self.new: (?errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, ?payload: Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse
| (Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse

.parsePeddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResponse

Parameters:

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

Returns:



834
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 834

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

Instance Method Details

#members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


839
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 839

def members: () -> [ :errors, :payload ]

#to_h{ errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, payload: Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult? }



840
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 840

def to_h: () -> { errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, payload: Peddler::APIs::FulfillmentOutbound20200701::GetFeatureInventoryResult? }