Class: Pod::X::Sandbox::Workspace::Repo

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

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



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

def branch
  @branch
end

#domainObject

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



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

def domain
  @domain
end

#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/workspace.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/workspace.rb', line 10

def name
  @name
end

#projectObject

Returns the value of attribute project

Returns:

  • (Object)

    the current value of project



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

def project
  @project
end