Class: TerraspaceCiGithub::Interface

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

Instance Method Summary collapse

Instance Method Details

#comment(url) ⇒ Object

optional interface



9
10
11
12
13
14
# File 'lib/terraspace_ci_github/interface.rb', line 9

def comment(url)
  puts "DEPRECATED: The comment interface has been replaced by the terraspace_vcs_github gem."
  puts "Please upgrade your terraspace install and add terraspace_vcs_github 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_github/interface.rb', line 4

def vars
  Vars.new.data
end