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
# File 'lib/terraspace_ci_github/interface.rb', line 9

def comment(url)
  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