Class: Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine
- Defined in:
- sig/peddler/apis/product_pricing_v0.rbs
Instance Attribute Summary collapse
-
#reason_phrase ⇒ String?
readonly
Returns the value of attribute reason_phrase.
-
#status_code ⇒ Integer?
readonly
Returns the value of attribute status_code.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :reason_phrase, :status_code ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine
Instance Method Summary collapse
-
#members ⇒ [ :reason_phrase, :status_code ]
-
#to_h ⇒ { reason_phrase: String?, status_code: Integer? }
Instance Attribute Details
#reason_phrase ⇒ String? (readonly)
Returns the value of attribute reason_phrase.
289 290 291 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 289 def reason_phrase @reason_phrase end |
#status_code ⇒ Integer? (readonly)
Returns the value of attribute status_code.
290 291 292 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 290 def status_code @status_code end |
Class Method Details
.[](reason_phrase:, status_code:) ⇒ Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine .[](arg0, arg1) ⇒ Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine
282 283 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 282
def self.[]: (?reason_phrase: String?, ?status_code: Integer?) -> Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine
| (String?, Integer?) -> Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine
|
.members ⇒ [ :reason_phrase, :status_code ]
285 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 285
def self.members: () -> [ :reason_phrase, :status_code ]
|
.new(reason_phrase:, status_code:) ⇒ Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine .new(arg0, arg1) ⇒ Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine
280 281 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 280
def self.new: (?reason_phrase: String?, ?status_code: Integer?) -> Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine
| (String?, Integer?) -> Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine
|
.parse ⇒ Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine
287 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 287
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricingV0::GetOffersHttpStatusLine
|
Instance Method Details
#members ⇒ [ :reason_phrase, :status_code ]
292 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 292
def members: () -> [ :reason_phrase, :status_code ]
|
#to_h ⇒ { reason_phrase: String?, status_code: Integer? }
293 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 293
def to_h: () -> { reason_phrase: String?, status_code: Integer? }
|