Class: Pod::X::Sandbox::Repos::Repo

Inherits:
Struct
  • Object
show all
Defined in:
lib/cocoapods-x/extension/sandbox/repos.rb

Instance Attribute Summary collapse

Instance Attribute Details

#location_urlObject

Returns the value of attribute location_url

Returns:

  • (Object)

    the current value of location_url



10
11
12
# File 'lib/cocoapods-x/extension/sandbox/repos.rb', line 10

def location_url
  @location_url
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/cocoapods-x/extension/sandbox/repos.rb', line 10

def name
  @name
end

#repo_urlObject

Returns the value of attribute repo_url

Returns:

  • (Object)

    the current value of repo_url



10
11
12
# File 'lib/cocoapods-x/extension/sandbox/repos.rb', line 10

def repo_url
  @repo_url
end