class UbiPark::API

Defined in:

ubipark/api.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.driver_interface : String #

Instance Method Detail

def list_products(car_park_id : Int32 | Nil, tenant_id : Int32 | Nil) #

[View source]
def list_reasons(tenant_id : Int32 | Nil) #

[View source]
def list_userpermits(max_records : Int32, offset : Int32, from_last_modified_time : String, car_park_id : Int32, user_id : Int32) #

[View source]
def list_users(max_records : Int32, offset : Int32, from_last_modified_time : String) #

[View source]
def make_payment(payment_id : String, promise_pay_card_name : String, user_id : String, tenant_id : Int32, product_id : String, from_date : String, to_date : String, amount : Float64) #

[View source]
def on_load #

[View source]
def on_update #

[View source]