Module: Architect::HTTP::Helpers

Defined in:
lib/architect/functions.rb

Class Method Summary collapse

Class Method Details

.interpolateObject



30
31
32
# File 'lib/architect/functions.rb', line 30

def self.interpolate
  puts 'todo: impl arc.http.helpers.interpolate'
end

.staticObject



24
25
26
# File 'lib/architect/functions.rb', line 24

def self.static
  puts 'todo: impl arc.http.helpers.static'
end

.urlObject



21
22
23
# File 'lib/architect/functions.rb', line 21

def self.url
  puts 'todo: impl arc.http.helpers.url'
end

.verifyObject



27
28
29
# File 'lib/architect/functions.rb', line 27

def self.verify
  puts 'todo: impl arc.http.helpers.verify'
end