module ARI::HTTPService
Public Class Methods
included(base)
click to toggle source
# File lib/ari/http_services.rb, line 8 def self.included(base) base.class_eval do def self.server(options = {}) options[:host] end end# end class_eval end
server(options = {})
click to toggle source
# File lib/ari/http_services.rb, line 10 def self.server(options = {}) options[:host] end