Class: TerraspaceCiGitlab::Interface

Inherits:
Object
  • Object
show all
Defined in:
lib/terraspace_ci_gitlab/interface.rb

Instance Method Summary collapse

Instance Method Details

#comment(url) ⇒ Object



8
9
10
11
12
13
# File 'lib/terraspace_ci_gitlab/interface.rb', line 8

def comment(url)
  puts "DEPRECATED: The comment interface has been replaced by the terraspace_vcs_gitlab gem."
  puts "Please upgrade your terraspace install and add terraspace_vcs_gitlab to your Terraspace project Gemfile."
  puts "The comment interface method will be removed from terraspace."
  Pr.new.comment(url)
end

#varsObject

required interface



4
5
6
# File 'lib/terraspace_ci_gitlab/interface.rb', line 4

def vars
  Vars.new.data
end