lib/clc_client.rb in clc_client-0.1.0 vs lib/clc_client.rb in clc_client-0.1.1
- old
+ new
@@ -106,10 +106,10 @@
)
JSON.parse(response)
end
def self.getQueueStatus(accountAlias, serverId)
- response = RestClient.get("https://api.ctl.io/v2/operations/#{acctAlias}/status/#{statusId}",
+ response = RestClient.get("https://api.ctl.io/v2/operations/#{accountAlias}/status/#{statusId}",
:authorization => "Bearer #{$token}"
)
end
def self.addPublicIpAddress(accountAlias, serverId, payload = {})