Class: CheckoutSdk::Risk::Location

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/risk/location.rb

Instance Attribute Summary collapse

Instance Attribute Details

#latitudeInteger

Returns:

  • (Integer)


9
10
11
12
# File 'lib/checkout_sdk/risk/location.rb', line 9

class Location
  attr_accessor :latitude,
                :longitude
end

#longitudeInteger

Returns:

  • (Integer)


9
10
11
12
# File 'lib/checkout_sdk/risk/location.rb', line 9

class Location
  attr_accessor :latitude,
                :longitude
end