Class: Yookassa::Entity::Error

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/yookassa/entity/error.rb

Instance Method Summary collapse

Instance Method Details

#error?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/yookassa/entity/error.rb', line 14

def error?
  type == "error"
end