Module: LedgerSync::Domains::Operation::Mixin::ClassMethods
- Defined in:
- lib/ledger_sync/domains/operation.rb
Instance Method Summary collapse
Instance Method Details
#internal ⇒ Object
78 79 80 |
# File 'lib/ledger_sync/domains/operation.rb', line 78 def internal @internal = true end |
#internal? ⇒ Boolean
82 83 84 |
# File 'lib/ledger_sync/domains/operation.rb', line 82 def internal? !!@internal end |