Module: EasyCompliance

Defined in:
lib/easy_compliance.rb,
lib/easy_compliance/ref.rb,
lib/easy_compliance/client.rb,
lib/easy_compliance/result.rb,
lib/easy_compliance/version.rb

Defined Under Namespace

Modules: Client, Ref Classes: Error, Result

Constant Summary collapse

VERSION =
'1.0.1'

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



7
8
9
# File 'lib/easy_compliance.rb', line 7

def api_key
  @api_key
end

.api_urlObject

Returns the value of attribute api_url.



7
8
9
# File 'lib/easy_compliance.rb', line 7

def api_url
  @api_url
end

.app_nameObject

Returns the value of attribute app_name.



7
8
9
# File 'lib/easy_compliance.rb', line 7

def app_name
  @app_name
end