Class: Peddler::APIs::Tracking20260130::TrackingMilestoneStatus
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Tracking20260130::TrackingMilestoneStatus
- Defined in:
- sig/peddler/apis/tracking_2026_01_30.rbs
Instance Attribute Summary collapse
-
#code ⇒ String
readonly
Returns the value of attribute code.
-
#description ⇒ String
readonly
Returns the value of attribute description.
-
#sub_code ⇒ String?
readonly
Returns the value of attribute sub_code.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :code, :description, :sub_code ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Tracking20260130::TrackingMilestoneStatus
Instance Method Summary collapse
-
#members ⇒ [ :code, :description, :sub_code ]
-
#to_h ⇒ { code: String, description: String, sub_code: String? }
Instance Attribute Details
#code ⇒ String (readonly)
Returns the value of attribute code.
209 210 211 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 209 def code @code end |
#description ⇒ String (readonly)
Returns the value of attribute description.
210 211 212 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 210 def description @description end |
#sub_code ⇒ String? (readonly)
Returns the value of attribute sub_code.
211 212 213 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 211 def sub_code @sub_code end |
Class Method Details
.[](code:, description:, sub_code:) ⇒ Peddler::APIs::Tracking20260130::TrackingMilestoneStatus .[](arg0, arg1, arg2) ⇒ Peddler::APIs::Tracking20260130::TrackingMilestoneStatus
202 203 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 202
def self.[]: (code: String, description: String, ?sub_code: String?) -> Peddler::APIs::Tracking20260130::TrackingMilestoneStatus
| (String, String, String?) -> Peddler::APIs::Tracking20260130::TrackingMilestoneStatus
|
.members ⇒ [ :code, :description, :sub_code ]
205 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 205
def self.members: () -> [ :code, :description, :sub_code ]
|
.new(code:, description:, sub_code:) ⇒ Peddler::APIs::Tracking20260130::TrackingMilestoneStatus .new(arg0, arg1, arg2) ⇒ Peddler::APIs::Tracking20260130::TrackingMilestoneStatus
200 201 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 200
def self.new: (code: String, description: String, ?sub_code: String?) -> Peddler::APIs::Tracking20260130::TrackingMilestoneStatus
| (String, String, String?) -> Peddler::APIs::Tracking20260130::TrackingMilestoneStatus
|
.parse ⇒ Peddler::APIs::Tracking20260130::TrackingMilestoneStatus
207 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 207
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Tracking20260130::TrackingMilestoneStatus
|
Instance Method Details
#members ⇒ [ :code, :description, :sub_code ]
213 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 213
def members: () -> [ :code, :description, :sub_code ]
|
#to_h ⇒ { code: String, description: String, sub_code: String? }
214 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 214
def to_h: () -> { code: String, description: String, sub_code: String? }
|