Class: GLSAgent::ParcelJob

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

Instance Attribute Summary collapse

Instance Attribute Details

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



9
10
11
# File 'lib/gls_agent.rb', line 9

def city
  @city
end

#companyObject

Returns the value of attribute company

Returns:

  • (Object)

    the current value of company



9
10
11
# File 'lib/gls_agent.rb', line 9

def company
  @company
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



9
10
11
# File 'lib/gls_agent.rb', line 9

def date
  @date
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/gls_agent.rb', line 9

def name
  @name
end

#streetObject

Returns the value of attribute street

Returns:

  • (Object)

    the current value of street



9
10
11
# File 'lib/gls_agent.rb', line 9

def street
  @street
end

#streetnoObject

Returns the value of attribute streetno

Returns:

  • (Object)

    the current value of streetno



9
10
11
# File 'lib/gls_agent.rb', line 9

def streetno
  @streetno
end

#weightObject

Returns the value of attribute weight

Returns:

  • (Object)

    the current value of weight



9
10
11
# File 'lib/gls_agent.rb', line 9

def weight
  @weight
end

#zipObject

Returns the value of attribute zip

Returns:

  • (Object)

    the current value of zip



9
10
11
# File 'lib/gls_agent.rb', line 9

def zip
  @zip
end