Class: Peddler::APIs::NotificationsV1::TrackingFilter
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::NotificationsV1::TrackingFilter
- Defined in:
- sig/peddler/apis/notifications_v1.rbs
Instance Attribute Summary collapse
-
#tracking_identifier ⇒ Peddler::APIs::NotificationsV1::TrackingIdentifier?
readonly
Returns the value of attribute tracking_identifier.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :tracking_identifier ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::NotificationsV1::TrackingFilter
Instance Method Summary collapse
-
#members ⇒ [ :tracking_identifier ]
-
#to_h ⇒ { tracking_identifier: Peddler::APIs::NotificationsV1::TrackingIdentifier? }
Instance Attribute Details
#tracking_identifier ⇒ Peddler::APIs::NotificationsV1::TrackingIdentifier? (readonly)
Returns the value of attribute tracking_identifier.
529 530 531 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 529 def tracking_identifier @tracking_identifier end |
Class Method Details
.[](tracking_identifier:) ⇒ Peddler::APIs::NotificationsV1::TrackingFilter .[](arg0) ⇒ Peddler::APIs::NotificationsV1::TrackingFilter
522 523 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 522
def self.[]: (?tracking_identifier: Peddler::APIs::NotificationsV1::TrackingIdentifier?) -> Peddler::APIs::NotificationsV1::TrackingFilter
| (Peddler::APIs::NotificationsV1::TrackingIdentifier?) -> Peddler::APIs::NotificationsV1::TrackingFilter
|
.members ⇒ [ :tracking_identifier ]
525 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 525
def self.members: () -> [ :tracking_identifier ]
|
.new(tracking_identifier:) ⇒ Peddler::APIs::NotificationsV1::TrackingFilter .new(arg0) ⇒ Peddler::APIs::NotificationsV1::TrackingFilter
520 521 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 520
def self.new: (?tracking_identifier: Peddler::APIs::NotificationsV1::TrackingIdentifier?) -> Peddler::APIs::NotificationsV1::TrackingFilter
| (Peddler::APIs::NotificationsV1::TrackingIdentifier?) -> Peddler::APIs::NotificationsV1::TrackingFilter
|
.parse ⇒ Peddler::APIs::NotificationsV1::TrackingFilter
527 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 527
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::TrackingFilter
|
Instance Method Details
#members ⇒ [ :tracking_identifier ]
531 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 531
def members: () -> [ :tracking_identifier ]
|
#to_h ⇒ { tracking_identifier: Peddler::APIs::NotificationsV1::TrackingIdentifier? }
532 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 532
def to_h: () -> { tracking_identifier: Peddler::APIs::NotificationsV1::TrackingIdentifier? }
|