class Eclix::Publication
Attributes
context[R]
name[R]
password[R]
publisher[R]
Public Class Methods
new(name,publisher='Escenic',password='admin',context=name)
click to toggle source
# File lib/eclix/domain.rb, line 4 def initialize(name,publisher='Escenic',password='admin',context=name) @name = name @publisher=publisher @password=password @context=context @context||=name end
Public Instance Methods
static(path)
click to toggle source
# File lib/eclix/domain.rb, line 14 def static(path) path+"static" end
template(path)
click to toggle source
# File lib/eclix/domain.rb, line 11 def template(path) path+"template" end