Class: Autoproj::CLI::Status::StatusResult
- Inherits:
-
Struct
- Object
- Struct
- Autoproj::CLI::Status::StatusResult
- Defined in:
- lib/autoproj/cli/status.rb
Instance Attribute Summary collapse
-
#local ⇒ Object
Returns the value of attribute local.
-
#remote ⇒ Object
Returns the value of attribute remote.
-
#uncommitted ⇒ Object
Returns the value of attribute uncommitted.
Instance Attribute Details
#local ⇒ Object
Returns the value of attribute local
233 234 235 |
# File 'lib/autoproj/cli/status.rb', line 233 def local @local end |
#remote ⇒ Object
Returns the value of attribute remote
233 234 235 |
# File 'lib/autoproj/cli/status.rb', line 233 def remote @remote end |
#uncommitted ⇒ Object
Returns the value of attribute uncommitted
233 234 235 |
# File 'lib/autoproj/cli/status.rb', line 233 def uncommitted @uncommitted end |