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.1.0'
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.api_url ⇒ Object
Returns the value of attribute api_url.
-
.app_name ⇒ Object
Returns the value of attribute app_name.
-
.retry_interval ⇒ Object
Returns the value of attribute retry_interval.
-
.retry_limit ⇒ Object
Returns the value of attribute retry_limit.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
7 8 9 |
# File 'lib/easy_compliance.rb', line 7 def api_key @api_key end |
.api_url ⇒ Object
Returns the value of attribute api_url.
7 8 9 |
# File 'lib/easy_compliance.rb', line 7 def api_url @api_url end |
.app_name ⇒ Object
Returns the value of attribute app_name.
7 8 9 |
# File 'lib/easy_compliance.rb', line 7 def app_name @app_name end |
.retry_interval ⇒ Object
Returns the value of attribute retry_interval.
7 8 9 |
# File 'lib/easy_compliance.rb', line 7 def retry_interval @retry_interval end |
.retry_limit ⇒ Object
Returns the value of attribute retry_limit.
7 8 9 |
# File 'lib/easy_compliance.rb', line 7 def retry_limit @retry_limit end |