Class: Mxrb::TeamServer::CloneResult
- Inherits:
-
Data
- Object
- Data
- Mxrb::TeamServer::CloneResult
- Defined in:
- lib/mxrb/team_server.rb
Instance Attribute Summary collapse
-
#branch ⇒ Object
readonly
Returns the value of attribute branch.
-
#mpr_files ⇒ Object
readonly
Returns the value of attribute mpr_files.
-
#repository_url ⇒ Object
readonly
Returns the value of attribute repository_url.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Instance Attribute Details
#branch ⇒ Object (readonly)
Returns the value of attribute branch
15 16 17 |
# File 'lib/mxrb/team_server.rb', line 15 def branch @branch end |
#mpr_files ⇒ Object (readonly)
Returns the value of attribute mpr_files
15 16 17 |
# File 'lib/mxrb/team_server.rb', line 15 def mpr_files @mpr_files end |
#repository_url ⇒ Object (readonly)
Returns the value of attribute repository_url
15 16 17 |
# File 'lib/mxrb/team_server.rb', line 15 def repository_url @repository_url end |
#root ⇒ Object (readonly)
Returns the value of attribute root
15 16 17 |
# File 'lib/mxrb/team_server.rb', line 15 def root @root end |