Class: HasFace::Configuration
- Inherits:
-
Object
- Object
- HasFace::Configuration
- Defined in:
- lib/has_face/configuration.rb
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.api_secret ⇒ Object
Returns the value of attribute api_secret.
-
.detect_url ⇒ Object
Returns the value of attribute detect_url.
-
.enable_validation ⇒ Object
Returns the value of attribute enable_validation.
-
.skip_validation_on_error ⇒ Object
Returns the value of attribute skip_validation_on_error.
-
.transfer_method ⇒ Object
Returns the value of attribute transfer_method.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
12 13 14 |
# File 'lib/has_face/configuration.rb', line 12 def api_key @api_key end |
.api_secret ⇒ Object
Returns the value of attribute api_secret.
13 14 15 |
# File 'lib/has_face/configuration.rb', line 13 def api_secret @api_secret end |
.detect_url ⇒ Object
Returns the value of attribute detect_url.
11 12 13 |
# File 'lib/has_face/configuration.rb', line 11 def detect_url @detect_url end |
.enable_validation ⇒ Object
Returns the value of attribute enable_validation.
10 11 12 |
# File 'lib/has_face/configuration.rb', line 10 def enable_validation @enable_validation end |
.skip_validation_on_error ⇒ Object
Returns the value of attribute skip_validation_on_error.
14 15 16 |
# File 'lib/has_face/configuration.rb', line 14 def skip_validation_on_error @skip_validation_on_error end |
.transfer_method ⇒ Object
Returns the value of attribute transfer_method.
15 16 17 |
# File 'lib/has_face/configuration.rb', line 15 def transfer_method @transfer_method end |