Class: Peddler::APIs::FinancesV0::FeeComponent
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::FeeComponent
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#fee_amount ⇒ Peddler::Money?
readonly
Returns the value of attribute fee_amount.
-
#fee_type ⇒ String?
readonly
Returns the value of attribute fee_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :fee_amount, :fee_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::FeeComponent
Instance Method Summary collapse
Instance Attribute Details
#fee_amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute fee_amount.
414 415 416 |
# File 'sig/peddler/apis/finances_v0.rbs', line 414 def fee_amount @fee_amount end |
#fee_type ⇒ String? (readonly)
Returns the value of attribute fee_type.
415 416 417 |
# File 'sig/peddler/apis/finances_v0.rbs', line 415 def fee_type @fee_type end |
Class Method Details
.[](fee_amount:, fee_type:) ⇒ Peddler::APIs::FinancesV0::FeeComponent .[](arg0, arg1) ⇒ Peddler::APIs::FinancesV0::FeeComponent
407 408 |
# File 'sig/peddler/apis/finances_v0.rbs', line 407
def self.[]: (?fee_amount: Peddler::Money?, ?fee_type: String?) -> Peddler::APIs::FinancesV0::FeeComponent
| (Peddler::Money?, String?) -> Peddler::APIs::FinancesV0::FeeComponent
|
.members ⇒ [ :fee_amount, :fee_type ]
410 |
# File 'sig/peddler/apis/finances_v0.rbs', line 410
def self.members: () -> [ :fee_amount, :fee_type ]
|
.new(fee_amount:, fee_type:) ⇒ Peddler::APIs::FinancesV0::FeeComponent .new(arg0, arg1) ⇒ Peddler::APIs::FinancesV0::FeeComponent
405 406 |
# File 'sig/peddler/apis/finances_v0.rbs', line 405
def self.new: (?fee_amount: Peddler::Money?, ?fee_type: String?) -> Peddler::APIs::FinancesV0::FeeComponent
| (Peddler::Money?, String?) -> Peddler::APIs::FinancesV0::FeeComponent
|
.parse ⇒ Peddler::APIs::FinancesV0::FeeComponent
412 |
# File 'sig/peddler/apis/finances_v0.rbs', line 412
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::FeeComponent
|
Instance Method Details
#members ⇒ [ :fee_amount, :fee_type ]
417 |
# File 'sig/peddler/apis/finances_v0.rbs', line 417
def members: () -> [ :fee_amount, :fee_type ]
|
#to_h ⇒ { fee_amount: Peddler::Money?, fee_type: String? }
418 |
# File 'sig/peddler/apis/finances_v0.rbs', line 418
def to_h: () -> { fee_amount: Peddler::Money?, fee_type: String? }
|