Class: TerraspaceCiGitlab::Interface
- Inherits:
-
Object
- Object
- TerraspaceCiGitlab::Interface
- Defined in:
- lib/terraspace_ci_gitlab/interface.rb
Instance Method Summary collapse
- #comment(url) ⇒ Object
-
#vars ⇒ Object
required interface.
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 |