Class: Peddler::Notifications::AnyOfferChanged::ShipsFrom
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::AnyOfferChanged::ShipsFrom
- Defined in:
- sig/peddler/notifications/any_offer_changed.rbs
Instance Attribute Summary collapse
-
#country ⇒ String
readonly
Returns the value of attribute country.
-
#state ⇒ String
readonly
Returns the value of attribute state.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :country, :state ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::AnyOfferChanged::ShipsFrom
Instance Method Summary collapse
Instance Attribute Details
#country ⇒ String (readonly)
Returns the value of attribute country.
291 292 293 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 291 def country @country end |
#state ⇒ String (readonly)
Returns the value of attribute state.
292 293 294 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 292 def state @state end |
Class Method Details
.[](country:, state:) ⇒ Peddler::Notifications::AnyOfferChanged::ShipsFrom .[](arg0, arg1) ⇒ Peddler::Notifications::AnyOfferChanged::ShipsFrom
284 285 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 284
def self.[]: (country: String, state: String) -> Peddler::Notifications::AnyOfferChanged::ShipsFrom
| (String, String) -> Peddler::Notifications::AnyOfferChanged::ShipsFrom
|
.members ⇒ [ :country, :state ]
287 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 287
def self.members: () -> [ :country, :state ]
|
.new(country:, state:) ⇒ Peddler::Notifications::AnyOfferChanged::ShipsFrom .new(arg0, arg1) ⇒ Peddler::Notifications::AnyOfferChanged::ShipsFrom
282 283 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 282
def self.new: (country: String, state: String) -> Peddler::Notifications::AnyOfferChanged::ShipsFrom
| (String, String) -> Peddler::Notifications::AnyOfferChanged::ShipsFrom
|
.parse ⇒ Peddler::Notifications::AnyOfferChanged::ShipsFrom
289 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 289
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::AnyOfferChanged::ShipsFrom
|
Instance Method Details
#members ⇒ [ :country, :state ]
294 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 294
def members: () -> [ :country, :state ]
|
#to_h ⇒ { country: String, state: String }
295 |
# File 'sig/peddler/notifications/any_offer_changed.rbs', line 295
def to_h: () -> { country: String, state: String }
|