class TogglBillable::Formatter::Base

Constants

NO_CLIENT_KEY

Attributes

billable[RW]
data[RW]

Public Class Methods

new(report, options = {}) click to toggle source
# File lib/toggl_billable/formatter/base.rb, line 8
def initialize(report, options = {})
  @data     = report['data']
  @billable = {}
  @no_client_key = options[:default_client] || NO_CLIENT_KEY
end