Sha256: d7fe4cdd39c6cf360f34391490b5949ab3fb99497074e2e01d829a6d9110e60a

Contents?: true

Size: 371 Bytes

Versions: 7

Compression:

Stored size: 371 Bytes

Contents

require File.join(File.dirname(__FILE__), "class_methods.rb")
require File.join(File.dirname(__FILE__), "actions.rb")
require File.join(File.dirname(__FILE__), "resource_helper.rb")

module BTech
	module Rest
	  def self.included base
	    base.extend ClassMethods
	    base.helper "resource"
	    base.helper_method :build_resource_url
	  end
	  include Actions
	end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
aeonscope-btech_rest-0.3.0 lib/btech_rest.rb
aeonscope-btech_rest-0.4.1 lib/btech_rest.rb
aeonscope-btech_rest-0.4.2 lib/btech_rest.rb
aeonscope-btech_rest-0.4.4 lib/btech_rest.rb
aeonscope-btech_rest-0.5.0 lib/btech_rest.rb
aeonscope-btech_rest-0.5.2 lib/btech_rest.rb
aeonscope-btech_rest-0.5.3 lib/btech_rest.rb