Sha256: a1945580342f8c1f6372988019714dbb224cf86319b8474869e002acae7130eb
Contents?: true
Size: 507 Bytes
Versions: 17
Compression:
Stored size: 507 Bytes
Contents
# frozen_string_literal: true require 'active_support' require 'colissimo_label/version' require 'colissimo_label/find_relay_point' 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
17 entries across 17 versions & 1 rubygems