Class: IngramMicro::SerialNumbers
Instance Attribute Summary
#hash
Instance Method Summary
collapse
#==, #initialize, #transaction_name
Instance Method Details
#esn ⇒ Object
15
16
17
|
# File 'lib/ingram_micro/inbound_elements/serial_numbers.rb', line 15
def esn
hash['esn']
end
|
#iccid ⇒ Object
47
48
49
|
# File 'lib/ingram_micro/inbound_elements/serial_numbers.rb', line 47
def iccid
hash['iccid']
end
|
#imei ⇒ Object
23
24
25
|
# File 'lib/ingram_micro/inbound_elements/serial_numbers.rb', line 23
def imei
hash['imei']
end
|
#irdb ⇒ Object
39
40
41
|
# File 'lib/ingram_micro/inbound_elements/serial_numbers.rb', line 39
def irdb
hash['irdb']
end
|
#macid ⇒ Object
51
52
53
|
# File 'lib/ingram_micro/inbound_elements/serial_numbers.rb', line 51
def macid
hash['macid']
end
|
#mdn ⇒ Object
11
12
13
|
# File 'lib/ingram_micro/inbound_elements/serial_numbers.rb', line 11
def mdn
hash['mdn']
end
|
#meid ⇒ Object
43
44
45
|
# File 'lib/ingram_micro/inbound_elements/serial_numbers.rb', line 43
def meid
hash['meid']
end
|
#min ⇒ Object
3
4
5
|
# File 'lib/ingram_micro/inbound_elements/serial_numbers.rb', line 3
def min
hash['min']
end
|
#pesn ⇒ Object
55
56
57
|
# File 'lib/ingram_micro/inbound_elements/serial_numbers.rb', line 55
def pesn
hash['pesn']
end
|
#sid ⇒ Object
7
8
9
|
# File 'lib/ingram_micro/inbound_elements/serial_numbers.rb', line 7
def sid
hash['sid']
end
|
#sim ⇒ Object
19
20
21
|
# File 'lib/ingram_micro/inbound_elements/serial_numbers.rb', line 19
def sim
hash['sim']
end
|
#sublock1 ⇒ Object
27
28
29
|
# File 'lib/ingram_micro/inbound_elements/serial_numbers.rb', line 27
def sublock1
hash['sublock1']
end
|
#sublock2 ⇒ Object
31
32
33
|
# File 'lib/ingram_micro/inbound_elements/serial_numbers.rb', line 31
def sublock2
hash['sublock2']
end
|
#sublock3 ⇒ Object
35
36
37
|
# File 'lib/ingram_micro/inbound_elements/serial_numbers.rb', line 35
def sublock3
hash['sublock3']
end
|