Class: VetCI::Core

Inherits:
Object
  • Object
show all
Defined in:
lib/vet-ci.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCore

Returns a new instance of Core.



13
14
15
# File 'lib/vet-ci.rb', line 13

def initialize
  self.vetfile = VetCI::Setup.go
end

Instance Attribute Details

#vetfileObject

Returns the value of attribute vetfile.



12
13
14
# File 'lib/vet-ci.rb', line 12

def vetfile
  @vetfile
end

Instance Method Details

#startObject



17
18
19
# File 'lib/vet-ci.rb', line 17

def start
  VetCI::Server.start
end