Sha256: 271f205acb3054a84dc6f2eedc9c10dd646a36bfdc37913cdf51dbab7fe5e9bf

Contents?: true

Size: 288 Bytes

Versions: 1

Compression:

Stored size: 288 Bytes

Contents

class Switchboard::Contract::Service < ServiceContract::Avro::Service
  class << self
    def data_dir
      File.expand_path("../../../../contracts", __FILE__)
    end

    def title
      "Switchboard-contract"
    end

    def description
      "Switchboard-contract"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
switchboard-contract-1.9.5 lib/switchboard/contract/service.rb