class Hocho::PropertyProviders::Jwt::Template

Attributes

host[R]

Public Class Methods

erb() click to toggle source
# File lib/hocho/property_providers/jwt.rb, line 65
def self.erb; @erb; end
erb=(x) click to toggle source
# File lib/hocho/property_providers/jwt.rb, line 66
def self.erb=(x); @erb = x; end
new(host) click to toggle source
# File lib/hocho/property_providers/jwt.rb, line 68
def initialize(host)
  @host = host
end

Public Instance Methods

result() click to toggle source
# File lib/hocho/property_providers/jwt.rb, line 74
def result()
  self.class.erb.result(binding)
end