Class: Peddler::Notifications::FeePromotion::PromotionActiveTimeRange
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::FeePromotion::PromotionActiveTimeRange
- Defined in:
- sig/peddler/notifications/fee_promotion.rbs
Instance Attribute Summary collapse
-
#effective_from_date ⇒ String
readonly
Returns the value of attribute effective_from_date.
-
#effective_through_date ⇒ String
readonly
Returns the value of attribute effective_through_date.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :effective_from_date, :effective_through_date ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::FeePromotion::PromotionActiveTimeRange
Instance Method Summary collapse
-
#members ⇒ [ :effective_from_date, :effective_through_date ]
-
#to_h ⇒ { effective_from_date: String, effective_through_date: String }
Instance Attribute Details
#effective_from_date ⇒ String (readonly)
Returns the value of attribute effective_from_date.
268 269 270 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 268 def effective_from_date @effective_from_date end |
#effective_through_date ⇒ String (readonly)
Returns the value of attribute effective_through_date.
269 270 271 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 269 def effective_through_date @effective_through_date end |
Class Method Details
.[](effective_from_date:, effective_through_date:) ⇒ Peddler::Notifications::FeePromotion::PromotionActiveTimeRange .[](arg0, arg1) ⇒ Peddler::Notifications::FeePromotion::PromotionActiveTimeRange
261 262 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 261
def self.[]: (effective_from_date: String, effective_through_date: String) -> Peddler::Notifications::FeePromotion::PromotionActiveTimeRange
| (String, String) -> Peddler::Notifications::FeePromotion::PromotionActiveTimeRange
|
.members ⇒ [ :effective_from_date, :effective_through_date ]
264 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 264
def self.members: () -> [ :effective_from_date, :effective_through_date ]
|
.new(effective_from_date:, effective_through_date:) ⇒ Peddler::Notifications::FeePromotion::PromotionActiveTimeRange .new(arg0, arg1) ⇒ Peddler::Notifications::FeePromotion::PromotionActiveTimeRange
259 260 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 259
def self.new: (effective_from_date: String, effective_through_date: String) -> Peddler::Notifications::FeePromotion::PromotionActiveTimeRange
| (String, String) -> Peddler::Notifications::FeePromotion::PromotionActiveTimeRange
|
.parse ⇒ Peddler::Notifications::FeePromotion::PromotionActiveTimeRange
266 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 266
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::FeePromotion::PromotionActiveTimeRange
|
Instance Method Details
#members ⇒ [ :effective_from_date, :effective_through_date ]
271 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 271
def members: () -> [ :effective_from_date, :effective_through_date ]
|
#to_h ⇒ { effective_from_date: String, effective_through_date: String }
272 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 272
def to_h: () -> { effective_from_date: String, effective_through_date: String }
|