Sha256: 38f0a306c45341a72ff45472bee37aafef3adc4dcffe78048a572ec5034dabfc
Contents?: true
Size: 464 Bytes
Versions: 3
Compression:
Stored size: 464 Bytes
Contents
# frozen_string_literal: true require 'active_support' require 'colissimo_label/version' require 'colissimo_label/generate_label' module ColissimoLabel mattr_accessor :contract_number self.contract_number = nil mattr_accessor :contract_password self.contract_password = nil mattr_accessor :s3_bucket self.s3_bucket = nil mattr_accessor :s3_path self.s3_path = nil mattr_accessor :colissimo_local_path self.colissimo_local_path = nil end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
colissimo_label-0.3.0 | lib/colissimo_label.rb |
colissimo_label-0.2.0 | lib/colissimo_label.rb |
colissimo_label-0.1.0 | lib/colissimo_label.rb |