Class: Avm::Git::ApplicationScms::Base

Inherits:
ApplicationScms::Base
  • Object
show all
Defined in:
lib/avm/git/application_scms/base.rb,
lib/avm/git/application_scms/base/assert_main_at.rb

Defined Under Namespace

Classes: AssertMainAt

Instance Method Summary collapse

Instance Method Details

#git_https_urlAddressable::URI

Returns:

  • (Addressable::URI)


13
14
15
# File 'lib/avm/git/application_scms/base.rb', line 13

def git_https_url
  raise_abstract_method __method__
end