Class: CheckoutSdk::Risk::Device
- Inherits:
-
Object
- Object
- CheckoutSdk::Risk::Device
- Defined in:
- lib/checkout_sdk/risk/device.rb
Instance Attribute Summary collapse
- #date ⇒ DateTime
- #fingerprint ⇒ String
- #ip ⇒ String
- #location ⇒ Location
- #model ⇒ String
- #os ⇒ String
- #type ⇒ String
- #user_agent ⇒ String
Instance Attribute Details
#date ⇒ DateTime
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/risk/device.rb', line 21 class Device attr_accessor :ip, :location, :os, :type, :model, :date, :user_agent, :fingerprint end |
#fingerprint ⇒ String
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/risk/device.rb', line 21 class Device attr_accessor :ip, :location, :os, :type, :model, :date, :user_agent, :fingerprint end |
#ip ⇒ String
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/risk/device.rb', line 21 class Device attr_accessor :ip, :location, :os, :type, :model, :date, :user_agent, :fingerprint end |
#location ⇒ Location
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/risk/device.rb', line 21 class Device attr_accessor :ip, :location, :os, :type, :model, :date, :user_agent, :fingerprint end |
#model ⇒ String
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/risk/device.rb', line 21 class Device attr_accessor :ip, :location, :os, :type, :model, :date, :user_agent, :fingerprint end |
#os ⇒ String
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/risk/device.rb', line 21 class Device attr_accessor :ip, :location, :os, :type, :model, :date, :user_agent, :fingerprint end |
#type ⇒ String
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/risk/device.rb', line 21 class Device attr_accessor :ip, :location, :os, :type, :model, :date, :user_agent, :fingerprint end |
#user_agent ⇒ String
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/risk/device.rb', line 21 class Device attr_accessor :ip, :location, :os, :type, :model, :date, :user_agent, :fingerprint end |