Class: Peddler::APIs::OrdersV0::ValidInterimStatusCode
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::OrdersV0::ValidInterimStatusCode
- Defined in:
- sig/peddler/apis/orders_v0.rbs
Instance Attribute Summary collapse
-
#status_code ⇒ String
readonly
Returns the value of attribute status_code.
-
#status_description ⇒ String
readonly
Returns the value of attribute status_description.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :status_code, :status_description ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::OrdersV0::ValidInterimStatusCode
Instance Method Summary collapse
-
#members ⇒ [ :status_code, :status_description ]
-
#to_h ⇒ { status_code: String, status_description: String }
Instance Attribute Details
#status_code ⇒ String (readonly)
Returns the value of attribute status_code.
1286 1287 1288 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1286 def status_code @status_code end |
#status_description ⇒ String (readonly)
Returns the value of attribute status_description.
1287 1288 1289 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1287 def status_description @status_description end |
Class Method Details
.[](status_code:, status_description:) ⇒ Peddler::APIs::OrdersV0::ValidInterimStatusCode .[](arg0, arg1) ⇒ Peddler::APIs::OrdersV0::ValidInterimStatusCode
1279 1280 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1279
def self.[]: (status_code: String, status_description: String) -> Peddler::APIs::OrdersV0::ValidInterimStatusCode
| (String, String) -> Peddler::APIs::OrdersV0::ValidInterimStatusCode
|
.members ⇒ [ :status_code, :status_description ]
1282 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1282
def self.members: () -> [ :status_code, :status_description ]
|
.new(status_code:, status_description:) ⇒ Peddler::APIs::OrdersV0::ValidInterimStatusCode .new(arg0, arg1) ⇒ Peddler::APIs::OrdersV0::ValidInterimStatusCode
1277 1278 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1277
def self.new: (status_code: String, status_description: String) -> Peddler::APIs::OrdersV0::ValidInterimStatusCode
| (String, String) -> Peddler::APIs::OrdersV0::ValidInterimStatusCode
|
.parse ⇒ Peddler::APIs::OrdersV0::ValidInterimStatusCode
1284 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1284
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::ValidInterimStatusCode
|
Instance Method Details
#members ⇒ [ :status_code, :status_description ]
1289 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1289
def members: () -> [ :status_code, :status_description ]
|
#to_h ⇒ { status_code: String, status_description: String }
1290 |
# File 'sig/peddler/apis/orders_v0.rbs', line 1290
def to_h: () -> { status_code: String, status_description: String }
|