Sha256: c041a6b819f1ca2ec16c1400ce70f54bae363bc135b0856da6983d9e7107cf99

Contents?: true

Size: 191 Bytes

Versions: 14

Compression:

Stored size: 191 Bytes

Contents

module BillForward
  class ResourcePath
  	attr_reader :path
  	attr_reader :entity_name

  	def initialize(path, entity_name)
  		@path = path
  		@entity_name = entity_name
  	end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bill_forward-2.2016.241 lib/bill_forward/resource_path.rb
bill_forward-2.2016.227 lib/bill_forward/resource_path.rb
bill_forward-2.2016.222 lib/bill_forward/resource_path.rb
bill_forward-2.2016.209 lib/bill_forward/resource_path.rb
bill_forward-1.2016.117 lib/bill_forward/resource_path.rb
bill_forward-1.2016.101 lib/bill_forward/resource_path.rb
bill_forward-1.2016.26 lib/bill_forward/resource_path.rb
bill_forward-1.2015.321.1 lib/bill_forward/resource_path.rb
bill_forward-1.2015.321 lib/bill_forward/resource_path.rb
bill_forward-1.2015.299 lib/bill_forward/resource_path.rb
bill_forward-1.2015.217.1 lib/bill_forward/resource_path.rb
bill_forward-1.2015.217 lib/bill_forward/resource_path.rb
bill_forward-1.2015.186 lib/bill_forward/resource_path.rb
bill_forward-1.2015.183 lib/bill_forward/resource_path.rb