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