Class: Peddler::APIs::ProductPricingV0::BatchOffersResponse

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.



53
54
55
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 53

def body
  @body
end

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

Returns the value of attribute headers.



54
55
56
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 54

def headers
  @headers
end

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

Returns the value of attribute status.



55
56
57
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 55

def status
  @status
end

Class Method Details

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



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

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

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

Returns:

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


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

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

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



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

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

.parsePeddler::APIs::ProductPricingV0::BatchOffersResponse

Parameters:

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

Returns:



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

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

Instance Method Details

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

Returns:

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


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

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

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



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

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