Class: Pod::X::Sandbox::Repos::Repo
- Inherits:
-
Struct
- Object
- Struct
- Pod::X::Sandbox::Repos::Repo
- Defined in:
- lib/cocoapods-x/extension/sandbox/repos.rb
Instance Attribute Summary collapse
-
#location_url ⇒ Object
Returns the value of attribute location_url.
-
#name ⇒ Object
Returns the value of attribute name.
-
#repo_url ⇒ Object
Returns the value of attribute repo_url.
Instance Attribute Details
#location_url ⇒ Object
Returns the value of attribute location_url
10 11 12 |
# File 'lib/cocoapods-x/extension/sandbox/repos.rb', line 10 def location_url @location_url end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/cocoapods-x/extension/sandbox/repos.rb', line 10 def name @name end |
#repo_url ⇒ Object
Returns the value of attribute repo_url
10 11 12 |
# File 'lib/cocoapods-x/extension/sandbox/repos.rb', line 10 def repo_url @repo_url end |