Class: Pod::X::Sandbox::Workspace::Repo
- Inherits:
-
Struct
- Object
- Struct
- Pod::X::Sandbox::Workspace::Repo
- Defined in:
- lib/cocoapods-x/extension/sandbox/workspace.rb
Instance Attribute Summary collapse
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#location_url ⇒ Object
Returns the value of attribute location_url.
-
#name ⇒ Object
Returns the value of attribute name.
-
#project ⇒ Object
Returns the value of attribute project.
Instance Attribute Details
#branch ⇒ Object
Returns the value of attribute branch
10 11 12 |
# File 'lib/cocoapods-x/extension/sandbox/workspace.rb', line 10 def branch @branch end |
#domain ⇒ Object
Returns the value of attribute domain
10 11 12 |
# File 'lib/cocoapods-x/extension/sandbox/workspace.rb', line 10 def domain @domain end |
#location_url ⇒ Object
Returns the value of attribute location_url
10 11 12 |
# File 'lib/cocoapods-x/extension/sandbox/workspace.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/workspace.rb', line 10 def name @name end |
#project ⇒ Object
Returns the value of attribute project
10 11 12 |
# File 'lib/cocoapods-x/extension/sandbox/workspace.rb', line 10 def project @project end |