class Fastbill::Automatic::Template

Attributes

template_id[R]
template_name[R]

Public Class Methods

create(attributes) click to toggle source
# File lib/fastbill-automatic/template.rb, line 7
def self.create(attributes)
  raise FastbillError.new('Create method not implemented.')
end