Class: RoyalMailApi::Response::Shipment

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

Instance Attribute Summary collapse

Instance Attribute Details

#item_idObject

Returns the value of attribute item_id

Returns:

  • (Object)

    the current value of item_id



10
11
12
# File 'lib/royal_mail_api/response.rb', line 10

def item_id
  @item_id
end

#shipment_numberObject

Returns the value of attribute shipment_number

Returns:

  • (Object)

    the current value of shipment_number



10
11
12
# File 'lib/royal_mail_api/response.rb', line 10

def shipment_number
  @shipment_number
end

#valid_fromObject

Returns the value of attribute valid_from

Returns:

  • (Object)

    the current value of valid_from



10
11
12
# File 'lib/royal_mail_api/response.rb', line 10

def valid_from
  @valid_from
end