class Switchboard::Contract::Service

Public Class Methods

data_dir() click to toggle source
# File lib/switchboard/contract/service.rb, line 3
def data_dir
  File.expand_path("../../../../contracts", __FILE__)
end
description() click to toggle source
# File lib/switchboard/contract/service.rb, line 11
def description
  "Switchboard-contract"
end
title() click to toggle source
# File lib/switchboard/contract/service.rb, line 7
def title
  "Switchboard-contract"
end