Class: Repomen::Repo::URL

Inherits:
Object
  • Object
show all
Defined in:
lib/repomen/repo/url.rb

Instance Method Summary collapse

Constructor Details

#initialize(url) ⇒ URL

Returns a new instance of URL.



4
5
6
7
# File 'lib/repomen/repo/url.rb', line 4

def initialize(url)
  @url = url
  Repo::Service.for(url)
end

Instance Method Details

#repo_nameObject



15
16
# File 'lib/repomen/repo/url.rb', line 15

def repo_name
end

#service_nameObject



9
10
# File 'lib/repomen/repo/url.rb', line 9

def service_name
end

#user_nameObject



12
13
# File 'lib/repomen/repo/url.rb', line 12

def user_name
end