module Subledger::Domain::Roles::Identifiable
Attributes
id[R]
Private Instance Methods
identifiable(args)
click to toggle source
# File lib/subledger/domain/roles/identifiable.rb, line 9 def identifiable args @id = args[:id] end