class PrintReleaf::VolumePeriod

Public Instance Methods

account() click to toggle source
# File lib/printreleaf/volume_period.rb, line 12
def account
  @account ||= Account.find(account_id)
end