Class: Peddler::APIs::Tracking20260130::TrackingEstimate
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Tracking20260130::TrackingEstimate
- Defined in:
- sig/peddler/apis/tracking_2026_01_30.rbs
Instance Attribute Summary collapse
-
#estimated_interval ⇒ Peddler::APIs::Tracking20260130::BoundedInterval
readonly
Returns the value of attribute estimated_interval.
-
#last_updated_time ⇒ String
readonly
Returns the value of attribute last_updated_time.
-
#type ⇒ String
readonly
Returns the value of attribute type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :estimated_interval, :last_updated_time, :type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Tracking20260130::TrackingEstimate
Instance Method Summary collapse
-
#members ⇒ [ :estimated_interval, :last_updated_time, :type ]
-
#to_h ⇒ { estimated_interval: Peddler::APIs::Tracking20260130::BoundedInterval, last_updated_time: String, type: String }
Instance Attribute Details
#estimated_interval ⇒ Peddler::APIs::Tracking20260130::BoundedInterval (readonly)
Returns the value of attribute estimated_interval.
118 119 120 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 118 def estimated_interval @estimated_interval end |
#last_updated_time ⇒ String (readonly)
Returns the value of attribute last_updated_time.
119 120 121 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 119 def last_updated_time @last_updated_time end |
#type ⇒ String (readonly)
Returns the value of attribute type.
120 121 122 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 120 def type @type end |
Class Method Details
.[](estimated_interval:, last_updated_time:, type:) ⇒ Peddler::APIs::Tracking20260130::TrackingEstimate .[](arg0, arg1, arg2) ⇒ Peddler::APIs::Tracking20260130::TrackingEstimate
111 112 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 111
def self.[]: (estimated_interval: Peddler::APIs::Tracking20260130::BoundedInterval, last_updated_time: String, type: String) -> Peddler::APIs::Tracking20260130::TrackingEstimate
| (Peddler::APIs::Tracking20260130::BoundedInterval, String, String) -> Peddler::APIs::Tracking20260130::TrackingEstimate
|
.members ⇒ [ :estimated_interval, :last_updated_time, :type ]
114 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 114
def self.members: () -> [ :estimated_interval, :last_updated_time, :type ]
|
.new(estimated_interval:, last_updated_time:, type:) ⇒ Peddler::APIs::Tracking20260130::TrackingEstimate .new(arg0, arg1, arg2) ⇒ Peddler::APIs::Tracking20260130::TrackingEstimate
109 110 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 109
def self.new: (estimated_interval: Peddler::APIs::Tracking20260130::BoundedInterval, last_updated_time: String, type: String) -> Peddler::APIs::Tracking20260130::TrackingEstimate
| (Peddler::APIs::Tracking20260130::BoundedInterval, String, String) -> Peddler::APIs::Tracking20260130::TrackingEstimate
|
.parse ⇒ Peddler::APIs::Tracking20260130::TrackingEstimate
116 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 116
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Tracking20260130::TrackingEstimate
|
Instance Method Details
#members ⇒ [ :estimated_interval, :last_updated_time, :type ]
122 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 122
def members: () -> [ :estimated_interval, :last_updated_time, :type ]
|
#to_h ⇒ { estimated_interval: Peddler::APIs::Tracking20260130::BoundedInterval, last_updated_time: String, type: String }
123 |
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 123
def to_h: () -> { estimated_interval: Peddler::APIs::Tracking20260130::BoundedInterval, last_updated_time: String, type: String }
|