Class: Autoproj::CLI::Status::PackageStatus
- Inherits:
-
Struct
- Object
- Struct
- Autoproj::CLI::Status::PackageStatus
- Defined in:
- lib/autoproj/cli/status.rb
Instance Attribute Summary collapse
-
#local ⇒ Object
Returns the value of attribute local.
-
#msg ⇒ Object
Returns the value of attribute msg.
-
#remote ⇒ Object
Returns the value of attribute remote.
-
#sync ⇒ Object
Returns the value of attribute sync.
-
#uncommitted ⇒ Object
Returns the value of attribute uncommitted.
-
#unexpected ⇒ Object
Returns the value of attribute unexpected.
Instance Attribute Details
#local ⇒ Object
Returns the value of attribute local
84 85 86 |
# File 'lib/autoproj/cli/status.rb', line 84 def local @local end |
#msg ⇒ Object
Returns the value of attribute msg
84 85 86 |
# File 'lib/autoproj/cli/status.rb', line 84 def msg @msg end |
#remote ⇒ Object
Returns the value of attribute remote
84 85 86 |
# File 'lib/autoproj/cli/status.rb', line 84 def remote @remote end |
#sync ⇒ Object
Returns the value of attribute sync
84 85 86 |
# File 'lib/autoproj/cli/status.rb', line 84 def sync @sync end |
#uncommitted ⇒ Object
Returns the value of attribute uncommitted
84 85 86 |
# File 'lib/autoproj/cli/status.rb', line 84 def uncommitted @uncommitted end |
#unexpected ⇒ Object
Returns the value of attribute unexpected
84 85 86 |
# File 'lib/autoproj/cli/status.rb', line 84 def unexpected @unexpected end |