class PrintReleaf::Server

Public Instance Methods

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