module YuiRestClient

Client to interact with YAST UI rest api framework for integration testing

Constants

API_VERSION
VERSION

Attributes

interval[W]
timeout[W]

Public Class Methods

interval() click to toggle source
# File lib/yui_rest_client.rb, line 33
def interval
  @interval ||= 0.5
end
logger() click to toggle source
# File lib/yui_rest_client.rb, line 38
def self.logger
  @logger ||= YuiRestClient::Logger.new
end
timeout() click to toggle source
# File lib/yui_rest_client.rb, line 29
def timeout
  @timeout ||= 5
end