Class: Mxrb::TeamServer::CloneResult

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/team_server.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject (readonly)

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



15
16
17
# File 'lib/mxrb/team_server.rb', line 15

def branch
  @branch
end

#mpr_filesObject (readonly)

Returns the value of attribute mpr_files

Returns:

  • (Object)

    the current value of mpr_files



15
16
17
# File 'lib/mxrb/team_server.rb', line 15

def mpr_files
  @mpr_files
end

#repository_urlObject (readonly)

Returns the value of attribute repository_url

Returns:

  • (Object)

    the current value of repository_url



15
16
17
# File 'lib/mxrb/team_server.rb', line 15

def repository_url
  @repository_url
end

#rootObject (readonly)

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



15
16
17
# File 'lib/mxrb/team_server.rb', line 15

def root
  @root
end