Class: CheckoutSdk::Risk::Location
- Inherits:
-
Object
- Object
- CheckoutSdk::Risk::Location
- Defined in:
- lib/checkout_sdk/risk/location.rb
Instance Attribute Summary collapse
Instance Attribute Details
#latitude ⇒ Integer
9 10 11 12 |
# File 'lib/checkout_sdk/risk/location.rb', line 9 class Location attr_accessor :latitude, :longitude end |
#longitude ⇒ Integer
9 10 11 12 |
# File 'lib/checkout_sdk/risk/location.rb', line 9 class Location attr_accessor :latitude, :longitude end |