class Trailblazer::Generator::Generate

Public Instance Methods

cell(name) click to toggle source
# File lib/trailblazer/generator/cli/generate/cell.rb, line 27
def cell(name)
  Trailblazer::Generator::Builder::Cell.(name: name, options: options)
end
contract(name) click to toggle source
# File lib/trailblazer/generator/cli/generate/contract.rb, line 12
def contract(name)
  Trailblazer::Generator::Builder::Contract.(name: name, options: options)
end
operation(name) click to toggle source
# File lib/trailblazer/generator/cli/generate/operation.rb, line 24
def operation(name)
  Trailblazer::Generator::Builder::Operation.(name: name, options: options)
end