Class: Autoproj::CLI::Status::PackageStatus

Inherits:
Struct
  • Object
show all
Defined in:
lib/autoproj/cli/status.rb

Instance Attribute Summary collapse

Instance Attribute Details

#localObject

Returns the value of attribute local

Returns:

  • (Object)

    the current value of local



84
85
86
# File 'lib/autoproj/cli/status.rb', line 84

def local
  @local
end

#msgObject

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of msg



84
85
86
# File 'lib/autoproj/cli/status.rb', line 84

def msg
  @msg
end

#remoteObject

Returns the value of attribute remote

Returns:

  • (Object)

    the current value of remote



84
85
86
# File 'lib/autoproj/cli/status.rb', line 84

def remote
  @remote
end

#syncObject

Returns the value of attribute sync

Returns:

  • (Object)

    the current value of sync



84
85
86
# File 'lib/autoproj/cli/status.rb', line 84

def sync
  @sync
end

#uncommittedObject

Returns the value of attribute uncommitted

Returns:

  • (Object)

    the current value of uncommitted



84
85
86
# File 'lib/autoproj/cli/status.rb', line 84

def uncommitted
  @uncommitted
end

#unexpectedObject

Returns the value of attribute unexpected

Returns:

  • (Object)

    the current value of unexpected



84
85
86
# File 'lib/autoproj/cli/status.rb', line 84

def unexpected
  @unexpected
end