Class: Peddler::APIs::ProductPricingV0::ItemOffersResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#bodyPeddler::APIs::ProductPricingV0::GetOffersResponse (readonly)

Returns the value of attribute body.



460
461
462
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 460

def body
  @body
end

#headersPeddler::APIs::ProductPricingV0::HttpResponseHeaders? (readonly)

Returns the value of attribute headers.



461
462
463
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 461

def headers
  @headers
end

#requestPeddler::APIs::ProductPricingV0::ItemOffersRequestParams (readonly)

Returns the value of attribute request.



462
463
464
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 462

def request
  @request
end

#statusPeddler::APIs::ProductPricingV0::GetOffersHttpStatusLine? (readonly)

Returns the value of attribute status.



463
464
465
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 463

def status
  @status
end

Class Method Details

.[](body:, request:, headers:, status:) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersResponse .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersResponse



453
454
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 453

def self.[]: (body: Peddler::APIs::ProductPricingV0::GetOffersResponse, request: Peddler::APIs::ProductPricingV0::ItemOffersRequestParams, ?headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, ?status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::ItemOffersResponse
| (Peddler::APIs::ProductPricingV0::GetOffersResponse, Peddler::APIs::ProductPricingV0::ItemOffersRequestParams, Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::ItemOffersResponse

.members[ :body, :request, :headers, :status ]

Returns:

  • ([ :body, :request, :headers, :status ])


456
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 456

def self.members: () -> [ :body, :request, :headers, :status ]

.new(body:, request:, headers:, status:) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersResponse .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersResponse



451
452
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 451

def self.new: (body: Peddler::APIs::ProductPricingV0::GetOffersResponse, request: Peddler::APIs::ProductPricingV0::ItemOffersRequestParams, ?headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, ?status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::ItemOffersResponse
| (Peddler::APIs::ProductPricingV0::GetOffersResponse, Peddler::APIs::ProductPricingV0::ItemOffersRequestParams, Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine?) -> Peddler::APIs::ProductPricingV0::ItemOffersResponse

.parsePeddler::APIs::ProductPricingV0::ItemOffersResponse

Parameters:

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

Returns:



458
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 458

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

Instance Method Details

#members[ :body, :request, :headers, :status ]

Returns:

  • ([ :body, :request, :headers, :status ])


465
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 465

def members: () -> [ :body, :request, :headers, :status ]

#to_h{ body: Peddler::APIs::ProductPricingV0::GetOffersResponse, request: Peddler::APIs::ProductPricingV0::ItemOffersRequestParams, headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine? }



466
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 466

def to_h: () -> { body: Peddler::APIs::ProductPricingV0::GetOffersResponse, request: Peddler::APIs::ProductPricingV0::ItemOffersRequestParams, headers: Peddler::APIs::ProductPricingV0::HttpResponseHeaders?, status: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine? }