Class: Peddler::Notifications::FeePromotion::FeesEstimate
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::FeePromotion::FeesEstimate
- Defined in:
- sig/peddler/notifications/fee_promotion.rbs
Instance Attribute Summary collapse
-
#fee_details ⇒ Array[untyped]
readonly
Returns the value of attribute fee_details.
-
#time_of_fees_estimated ⇒ String
readonly
Returns the value of attribute time_of_fees_estimated.
-
#total_fees_estimate ⇒ Hash[untyped, untyped]
readonly
Returns the value of attribute total_fees_estimate.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :fee_details, :time_of_fees_estimated, :total_fees_estimate ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::FeePromotion::FeesEstimate
Instance Method Summary collapse
-
#members ⇒ [ :fee_details, :time_of_fees_estimated, :total_fees_estimate ]
-
#to_h ⇒ { fee_details: Array[untyped], time_of_fees_estimated: String, total_fees_estimate: Hash[untyped, untyped] }
Instance Attribute Details
#fee_details ⇒ Array[untyped] (readonly)
Returns the value of attribute fee_details.
108 109 110 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 108 def fee_details @fee_details end |
#time_of_fees_estimated ⇒ String (readonly)
Returns the value of attribute time_of_fees_estimated.
109 110 111 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 109 def time_of_fees_estimated @time_of_fees_estimated end |
#total_fees_estimate ⇒ Hash[untyped, untyped] (readonly)
Returns the value of attribute total_fees_estimate.
110 111 112 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 110 def total_fees_estimate @total_fees_estimate end |
Class Method Details
.[](fee_details:, time_of_fees_estimated:, total_fees_estimate:) ⇒ Peddler::Notifications::FeePromotion::FeesEstimate .[](arg0, arg1, arg2) ⇒ Peddler::Notifications::FeePromotion::FeesEstimate
101 102 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 101
def self.[]: (fee_details: Array[untyped], time_of_fees_estimated: String, total_fees_estimate: Hash[untyped, untyped]) -> Peddler::Notifications::FeePromotion::FeesEstimate
| (Array[untyped], String, Hash[untyped, untyped]) -> Peddler::Notifications::FeePromotion::FeesEstimate
|
.members ⇒ [ :fee_details, :time_of_fees_estimated, :total_fees_estimate ]
104 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 104
def self.members: () -> [ :fee_details, :time_of_fees_estimated, :total_fees_estimate ]
|
.new(fee_details:, time_of_fees_estimated:, total_fees_estimate:) ⇒ Peddler::Notifications::FeePromotion::FeesEstimate .new(arg0, arg1, arg2) ⇒ Peddler::Notifications::FeePromotion::FeesEstimate
99 100 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 99
def self.new: (fee_details: Array[untyped], time_of_fees_estimated: String, total_fees_estimate: Hash[untyped, untyped]) -> Peddler::Notifications::FeePromotion::FeesEstimate
| (Array[untyped], String, Hash[untyped, untyped]) -> Peddler::Notifications::FeePromotion::FeesEstimate
|
.parse ⇒ Peddler::Notifications::FeePromotion::FeesEstimate
106 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 106
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::FeePromotion::FeesEstimate
|
Instance Method Details
#members ⇒ [ :fee_details, :time_of_fees_estimated, :total_fees_estimate ]
112 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 112
def members: () -> [ :fee_details, :time_of_fees_estimated, :total_fees_estimate ]
|
#to_h ⇒ { fee_details: Array[untyped], time_of_fees_estimated: String, total_fees_estimate: Hash[untyped, untyped] }
113 |
# File 'sig/peddler/notifications/fee_promotion.rbs', line 113
def to_h: () -> { fee_details: Array[untyped], time_of_fees_estimated: String, total_fees_estimate: Hash[untyped, untyped] }
|