Class: Yookassa::Entity::Error
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- Yookassa::Entity::Error
- Defined in:
- lib/yookassa/entity/error.rb
Instance Method Summary collapse
Instance Method Details
#error? ⇒ Boolean
14 15 16 |
# File 'lib/yookassa/entity/error.rb', line 14 def error? type == "error" end |