Class: Autoproj::CLI::Status::StatusResult

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



233
234
235
# File 'lib/autoproj/cli/status.rb', line 233

def local
  @local
end

#remoteObject

Returns the value of attribute remote

Returns:

  • (Object)

    the current value of remote



233
234
235
# File 'lib/autoproj/cli/status.rb', line 233

def remote
  @remote
end

#uncommittedObject

Returns the value of attribute uncommitted

Returns:

  • (Object)

    the current value of uncommitted



233
234
235
# File 'lib/autoproj/cli/status.rb', line 233

def uncommitted
  @uncommitted
end