Class: Peddler::APIs::ProductPricingV0::ListingOffersResponse

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.



527
528
529
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 527

def body
  @body
end

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

Returns the value of attribute headers.



528
529
530
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 528

def headers
  @headers
end

#requestPeddler::APIs::ProductPricingV0::ListingOffersRequestParams? (readonly)

Returns the value of attribute request.



529
530
531
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 529

def request
  @request
end

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

Returns the value of attribute status.



530
531
532
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 530

def status
  @status
end

Class Method Details

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



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

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

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

Returns:

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


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

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

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



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

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

.parsePeddler::APIs::ProductPricingV0::ListingOffersResponse

Parameters:

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

Returns:



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

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

Instance Method Details

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

Returns:

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


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

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

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



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

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