class IngramMicro::SerialNumbers

Public Instance Methods

esn() click to toggle source
# File lib/ingram_micro/inbound_elements/serial_numbers.rb, line 15
def esn
  hash['esn']
end
iccid() click to toggle source
# File lib/ingram_micro/inbound_elements/serial_numbers.rb, line 47
def iccid
  hash['iccid']
end
imei() click to toggle source
# File lib/ingram_micro/inbound_elements/serial_numbers.rb, line 23
def imei
  hash['imei']
end
irdb() click to toggle source
# File lib/ingram_micro/inbound_elements/serial_numbers.rb, line 39
def irdb
  hash['irdb']
end
macid() click to toggle source
# File lib/ingram_micro/inbound_elements/serial_numbers.rb, line 51
def macid
  hash['macid']
end
mdn() click to toggle source
# File lib/ingram_micro/inbound_elements/serial_numbers.rb, line 11
def mdn
  hash['mdn']
end
meid() click to toggle source
# File lib/ingram_micro/inbound_elements/serial_numbers.rb, line 43
def meid
  hash['meid']
end
min() click to toggle source
# File lib/ingram_micro/inbound_elements/serial_numbers.rb, line 3
def min
  hash['min']
end
pesn() click to toggle source
# File lib/ingram_micro/inbound_elements/serial_numbers.rb, line 55
def pesn
  hash['pesn']
end
sid() click to toggle source
# File lib/ingram_micro/inbound_elements/serial_numbers.rb, line 7
def sid
  hash['sid']
end
sim() click to toggle source
# File lib/ingram_micro/inbound_elements/serial_numbers.rb, line 19
def sim
  hash['sim']
end
sublock1() click to toggle source
# File lib/ingram_micro/inbound_elements/serial_numbers.rb, line 27
def sublock1
  hash['sublock1']
end
sublock2() click to toggle source
# File lib/ingram_micro/inbound_elements/serial_numbers.rb, line 31
def sublock2
  hash['sublock2']
end
sublock3() click to toggle source
# File lib/ingram_micro/inbound_elements/serial_numbers.rb, line 35
def sublock3
  hash['sublock3']
end