Sha256: 6f9d966226996e25ab7fddf9ec1a34b695d764789f97bfa367f4ad56637a32dc
Contents?: true
Size: 243 Bytes
Versions: 2
Compression:
Stored size: 243 Bytes
Contents
module Fastbill module Automatic class Template < Base attr_reader :template_id, :template_name def self.create(attributes) raise FastbillError.new('Create method not implemented.') end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fastbill-automatic-0.0.4 | lib/fastbill-automatic/template.rb |
fastbill-automatic-0.0.3 | lib/fastbill-automatic/template.rb |