class Dpl::Providers::Gleis
Attributes
Public Instance Methods
Source
# File lib/dpl/providers/gleis.rb, line 55 def add_key(file) shell :add_key, file: end
Source
# File lib/dpl/providers/gleis.rb, line 63 def remove_key shell :remove_key end
Source
# File lib/dpl/providers/gleis.rb, line 47 def setup @git_url = shell :git_url, capture: true end