Class: Chain::Config::Info::BuildConfig
- Inherits:
-
ResponseObject
- Object
- ResponseObject
- Chain::Config::Info::BuildConfig
- Defined in:
- lib/chain/config.rb
Instance Attribute Summary collapse
-
#is_http_ok ⇒ Boolean
readonly
Whether non-TLS HTTP requests (http://…) are allowed.
-
#is_localhost_auth ⇒ Boolean
readonly
Whether any request from the loopback device (localhost) should be automatically authenticated and authorized, without additional credentials.
-
#is_mockhsm ⇒ Boolean
readonly
Whether the MockHSM API is enabled.
-
#is_reset ⇒ Boolean
readonly
Whether the core reset API call is enabled.
Method Summary
Methods inherited from ResponseObject
#[], #[]=, #initialize, #to_h, #to_json
Constructor Details
This class inherits a constructor from Chain::ResponseObject
Instance Attribute Details
#is_http_ok ⇒ Boolean (readonly)
Whether non-TLS HTTP requests (http://…) are allowed.
29 |
# File 'lib/chain/config.rb', line 29 attrib :is_http_ok |
#is_localhost_auth ⇒ Boolean (readonly)
Whether any request from the loopback device (localhost) should be automatically authenticated and authorized, without additional credentials.
14 |
# File 'lib/chain/config.rb', line 14 attrib :is_localhost_auth |
#is_mockhsm ⇒ Boolean (readonly)
Whether the MockHSM API is enabled.
19 |
# File 'lib/chain/config.rb', line 19 attrib :is_mockhsm |
#is_reset ⇒ Boolean (readonly)
Whether the core reset API call is enabled.
24 |
# File 'lib/chain/config.rb', line 24 attrib :is_reset |