class PCO::URL::Get

Public Class Methods

new(app_name: "get", path: nil, query: nil, encrypt_query_params: false, domain: nil) click to toggle source
Calls superclass method PCO::URL::new
# File lib/pco/url/get.rb, line 4
def initialize(app_name: "get", path: nil, query: nil, encrypt_query_params: false, domain: nil)
  super
end

Public Instance Methods

scheme() click to toggle source
# File lib/pco/url/get.rb, line 8
def scheme
  "http"
end