Module: LedgerSync::Domains::Operation::Mixin::ClassMethods
- Defined in:
- lib/ledger_sync/domains/operation.rb
Instance Method Summary collapse
Instance Method Details
#internal ⇒ Object
38 39 40 |
# File 'lib/ledger_sync/domains/operation.rb', line 38 def internal @internal = true end |
#internal? ⇒ Boolean
42 43 44 |
# File 'lib/ledger_sync/domains/operation.rb', line 42 def internal? !!@internal end |