Module: YandexCheckout::Callable
- Included in:
- Entity::Amount, Entity::Card, Entity::Confirmation, Entity::PaymentMethod, Error
- Defined in:
- lib/yandex-checkout/callable.rb
Instance Method Summary collapse
- #call(*args) ⇒ Object (also: #[])
Instance Method Details
#call(*args) ⇒ Object Also known as: []
5 6 7 |
# File 'lib/yandex-checkout/callable.rb', line 5 def call(*args) new(*args) end |