Class: Cortex::TransactionType
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- Cortex::TransactionType
- Defined in:
- app/types/cortex/transaction_type.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
3 4 5 |
# File 'app/types/cortex/transaction_type.rb', line 3 def errors @errors end |