Class: Peddler::Notifications::FeePromotion::FeesEstimateTotalFeesEstimate
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::FeePromotion::FeesEstimateTotalFeesEstimate
- Defined in:
- sig/peddler/notifications/fee_promotion.rbs
Instance Attribute Summary collapse
-
#amount ⇒ Integer
readonly
Returns the value of attribute amount.
-
#currency_code ⇒ String
readonly
Returns the value of attribute currency_code.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :amount, :currency_code ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::FeePromotion::FeesEstimateTotalFeesEstimate
Instance Method Summary collapse
Instance Attribute Details
#amount ⇒ Integer (readonly)
Returns the value of attribute amount.
126 127 128 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 126 def amount @amount end |
#currency_code ⇒ String (readonly)
Returns the value of attribute currency_code.
127 128 129 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 127 def currency_code @currency_code end |
Class Method Details
.[](amount:, currency_code:) ⇒ Peddler::Notifications::FeePromotion::FeesEstimateTotalFeesEstimate .[](arg0, arg1) ⇒ Peddler::Notifications::FeePromotion::FeesEstimateTotalFeesEstimate
119 120 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 119
def self.[]: (amount: Integer, currency_code: String) -> Peddler::Notifications::FeePromotion::FeesEstimateTotalFeesEstimate
| (Integer, String) -> Peddler::Notifications::FeePromotion::FeesEstimateTotalFeesEstimate
|
.members ⇒ [ :amount, :currency_code ]
122 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 122
def self.members: () -> [ :amount, :currency_code ]
|
.new(amount:, currency_code:) ⇒ Peddler::Notifications::FeePromotion::FeesEstimateTotalFeesEstimate .new(arg0, arg1) ⇒ Peddler::Notifications::FeePromotion::FeesEstimateTotalFeesEstimate
117 118 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 117
def self.new: (amount: Integer, currency_code: String) -> Peddler::Notifications::FeePromotion::FeesEstimateTotalFeesEstimate
| (Integer, String) -> Peddler::Notifications::FeePromotion::FeesEstimateTotalFeesEstimate
|
.parse ⇒ Peddler::Notifications::FeePromotion::FeesEstimateTotalFeesEstimate
124 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 124
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::FeePromotion::FeesEstimateTotalFeesEstimate
|
Instance Method Details
#members ⇒ [ :amount, :currency_code ]
129 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 129
def members: () -> [ :amount, :currency_code ]
|
#to_h ⇒ { amount: Integer, currency_code: String }
130 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 130
def to_h: () -> { amount: Integer, currency_code: String }
|