Class: Peddler::APIs::FulfillmentOutbound20200701::GetFeatureSKUResponse

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.



872
873
874
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 872

def errors
  @errors
end

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

Returns the value of attribute payload.



873
874
875
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 873

def payload
  @payload
end

Class Method Details

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



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

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

.members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

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

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



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

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

.parsePeddler::APIs::FulfillmentOutbound20200701::GetFeatureSKUResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

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

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



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

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