class CtgbIdsConverter::Config

Attributes

host[RW]
hydra[RW]
port[RW]
token[RW]

Public Class Methods

new() click to toggle source
# File lib/ctgb-ids-converter/config.rb, line 10
def initialize
  self.port = 80
  self.hydra = Typhoeus::Hydra.new
end