class LabClient::Generator::TemplateHelper

Common Helper Class

Attributes

client[R]
opts[RW]

Public Class Methods

new(client, opts = {}) click to toggle source
# File lib/labclient/generator/template_helper.rb, line 28
def initialize(client, opts = {})
  @client = client
  self.opts = opts
  setup
end

Public Instance Methods

inspect() click to toggle source
# File lib/labclient/generator/template_helper.rb, line 24
def inspect
  "#<LabClient::Template #{self.class.to_s.demodulize}>"
end
setup() click to toggle source
# File lib/labclient/generator/template_helper.rb, line 34
def setup
  # Blank Place Holder
end