Class: Tcat::WorkerClient::DeliveryItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/tcat/worker_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#last_updateObject

Returns the value of attribute last_update

Returns:

  • (Object)

    the current value of last_update



15
16
17
# File 'lib/tcat/worker_client.rb', line 15

def last_update
  @last_update
end

#officeObject

Returns the value of attribute office

Returns:

  • (Object)

    the current value of office



15
16
17
# File 'lib/tcat/worker_client.rb', line 15

def office
  @office
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



15
16
17
# File 'lib/tcat/worker_client.rb', line 15

def status
  @status
end

#status_codeObject

Returns the value of attribute status_code

Returns:

  • (Object)

    the current value of status_code



15
16
17
# File 'lib/tcat/worker_client.rb', line 15

def status_code
  @status_code
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



15
16
17
# File 'lib/tcat/worker_client.rb', line 15

def time
  @time
end