Class: Peddler::APIs::FinancesV0::ChargeInstrument
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::ChargeInstrument
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#amount ⇒ Peddler::Money?
readonly
Returns the value of attribute amount.
-
#description ⇒ String?
readonly
Returns the value of attribute description.
-
#tail ⇒ String?
readonly
Returns the value of attribute tail.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :amount, :description, :tail ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::ChargeInstrument
Instance Method Summary collapse
-
#members ⇒ [ :amount, :description, :tail ]
-
#to_h ⇒ { amount: Peddler::Money?, description: String?, tail: String? }
Instance Attribute Details
#amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute amount.
160 161 162 |
# File 'sig/peddler/apis/finances_v0.rbs', line 160 def amount @amount end |
#description ⇒ String? (readonly)
Returns the value of attribute description.
161 162 163 |
# File 'sig/peddler/apis/finances_v0.rbs', line 161 def description @description end |
#tail ⇒ String? (readonly)
Returns the value of attribute tail.
162 163 164 |
# File 'sig/peddler/apis/finances_v0.rbs', line 162 def tail @tail end |
Class Method Details
.[](amount:, description:, tail:) ⇒ Peddler::APIs::FinancesV0::ChargeInstrument .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FinancesV0::ChargeInstrument
153 154 |
# File 'sig/peddler/apis/finances_v0.rbs', line 153
def self.[]: (?amount: Peddler::Money?, ?description: String?, ?tail: String?) -> Peddler::APIs::FinancesV0::ChargeInstrument
| (Peddler::Money?, String?, String?) -> Peddler::APIs::FinancesV0::ChargeInstrument
|
.members ⇒ [ :amount, :description, :tail ]
156 |
# File 'sig/peddler/apis/finances_v0.rbs', line 156
def self.members: () -> [ :amount, :description, :tail ]
|
.new(amount:, description:, tail:) ⇒ Peddler::APIs::FinancesV0::ChargeInstrument .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FinancesV0::ChargeInstrument
151 152 |
# File 'sig/peddler/apis/finances_v0.rbs', line 151
def self.new: (?amount: Peddler::Money?, ?description: String?, ?tail: String?) -> Peddler::APIs::FinancesV0::ChargeInstrument
| (Peddler::Money?, String?, String?) -> Peddler::APIs::FinancesV0::ChargeInstrument
|
.parse ⇒ Peddler::APIs::FinancesV0::ChargeInstrument
158 |
# File 'sig/peddler/apis/finances_v0.rbs', line 158
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::ChargeInstrument
|
Instance Method Details
#members ⇒ [ :amount, :description, :tail ]
164 |
# File 'sig/peddler/apis/finances_v0.rbs', line 164
def members: () -> [ :amount, :description, :tail ]
|
#to_h ⇒ { amount: Peddler::Money?, description: String?, tail: String? }
165 |
# File 'sig/peddler/apis/finances_v0.rbs', line 165
def to_h: () -> { amount: Peddler::Money?, description: String?, tail: String? }
|