Class: Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine
- Defined in:
- sig/peddler/apis/external_fulfillment_inventory_2024_09_11.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::ExternalFulfillmentInventory20240911::HttpStatusLine
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.
105 106 107 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 105 def reason_phrase @reason_phrase end |
#status_code ⇒ Integer? (readonly)
Returns the value of attribute status_code.
106 107 108 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 106 def status_code @status_code end |
Class Method Details
.[](reason_phrase:, status_code:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine
98 99 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 98
def self.[]: (?reason_phrase: String?, ?status_code: Integer?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine
| (String?, Integer?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine
|
.members ⇒ [ :reason_phrase, :status_code ]
101 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 101
def self.members: () -> [ :reason_phrase, :status_code ]
|
.new(reason_phrase:, status_code:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine
96 97 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 96
def self.new: (?reason_phrase: String?, ?status_code: Integer?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine
| (String?, Integer?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine
103 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 103
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine
|
Instance Method Details
#members ⇒ [ :reason_phrase, :status_code ]
108 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 108
def members: () -> [ :reason_phrase, :status_code ]
|
#to_h ⇒ { reason_phrase: String?, status_code: Integer? }
109 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 109
def to_h: () -> { reason_phrase: String?, status_code: Integer? }
|