Class: Tcat::Query::DeliveryItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/tcat/query.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



12
13
14
# File 'lib/tcat/query.rb', line 12

def last_update
  @last_update
end

#officeObject

Returns the value of attribute office

Returns:

  • (Object)

    the current value of office



12
13
14
# File 'lib/tcat/query.rb', line 12

def office
  @office
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



12
13
14
# File 'lib/tcat/query.rb', line 12

def status
  @status
end

#status_codeObject

Returns the value of attribute status_code

Returns:

  • (Object)

    the current value of status_code



12
13
14
# File 'lib/tcat/query.rb', line 12

def status_code
  @status_code
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



12
13
14
# File 'lib/tcat/query.rb', line 12

def time
  @time
end