module Site

Public Instance Methods

config_data() click to toggle source
# File lib/tungsten.rb, line 24
def config_data
  @config_data ||= Cyborg.config_data
end
deployment_icon() click to toggle source
# File lib/tungsten.rb, line 28
def deployment_icon
  @deployment_icon ||= Esvg.find_symbol('icons/deployment')
end
setup() { |self| ... } click to toggle source

Map vars from app into engine

# File lib/tungsten.rb, line 20
def setup
  yield self
end