class Pinnacle::ActionLatLong
def self.validate_raw(obj:)
-
(Void)
-
Parameters:
-
obj
(Object
) --
def self.validate_raw(obj:) obj.lat&.is_a?(Float) != false || raise("Passed value for field obj.lat is not the expected type, validation failed.") obj.lng&.is_a?(Float) != false || raise("Passed value for field obj.lng is not the expected type, validation failed.") end