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