Class: Peddler::APIs::Tracking20260130::TrackingEstimate

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/tracking_2026_01_30.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#estimated_intervalPeddler::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_timeString (readonly)

Returns the value of attribute last_updated_time.

Returns:

  • (String)


119
120
121
# File 'sig/peddler/apis/tracking_2026_01_30.rbs', line 119

def last_updated_time
  @last_updated_time
end

#typeString (readonly)

Returns the value of attribute type.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::Tracking20260130::TrackingEstimate

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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 }

Returns:



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 }