class
ScalewayDDNS::Request
- ScalewayDDNS::Request
- Reference
- Object
Defined in:
scaleway_ddns/request.crConstant Summary
-
SCW_API_HOST =
"api.scaleway.com"
Constructors
Instance Method Summary
-
#address_record_list(domain : String) : Array(Hash(Symbol, String | Int32))
Get a list of A and AAAA records from the Scaleway API for a given domain.
-
#update_address_record(domain : String, ip : String, record : Hash(Symbol, String | Int32), record_type : String)
Update an address record (A or AAAA) in the Scaleway API for a given domain.
Constructor Detail
Instance Method Detail
def address_record_list(domain : String) : Array(Hash(Symbol, String | Int32))
#
Get a list of A and AAAA records from the Scaleway API for a given domain.
def update_address_record(domain : String, ip : String, record : Hash(Symbol, String | Int32), record_type : String)
#
Update an address record (A or AAAA) in the Scaleway API for a given domain.