Class: Idcf::Cli::Validate::Define::Base
- Inherits:
-
Object
- Object
- Idcf::Cli::Validate::Define::Base
- Includes:
- ActiveModel::Model, Custom
- Defined in:
- lib/idcf/cli/validate/define/base.rb
Overview
Base Validate
Direct Known Subclasses
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#json_path ⇒ Object
Returns the value of attribute json_path.
-
#no_ssl ⇒ Object
Returns the value of attribute no_ssl.
-
#no_vssl ⇒ Object
Returns the value of attribute no_vssl.
-
#output ⇒ Object
Returns the value of attribute output.
-
#profile ⇒ Object
Returns the value of attribute profile.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
12 13 14 |
# File 'lib/idcf/cli/validate/define/base.rb', line 12 def api_key @api_key end |
#fields ⇒ Object
Returns the value of attribute fields.
12 13 14 |
# File 'lib/idcf/cli/validate/define/base.rb', line 12 def fields @fields end |
#json_path ⇒ Object
Returns the value of attribute json_path.
12 13 14 |
# File 'lib/idcf/cli/validate/define/base.rb', line 12 def json_path @json_path end |
#no_ssl ⇒ Object
Returns the value of attribute no_ssl.
12 13 14 |
# File 'lib/idcf/cli/validate/define/base.rb', line 12 def no_ssl @no_ssl end |
#no_vssl ⇒ Object
Returns the value of attribute no_vssl.
12 13 14 |
# File 'lib/idcf/cli/validate/define/base.rb', line 12 def no_vssl @no_vssl end |
#output ⇒ Object
Returns the value of attribute output.
12 13 14 |
# File 'lib/idcf/cli/validate/define/base.rb', line 12 def output @output end |
#profile ⇒ Object
Returns the value of attribute profile.
12 13 14 |
# File 'lib/idcf/cli/validate/define/base.rb', line 12 def profile @profile end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
12 13 14 |
# File 'lib/idcf/cli/validate/define/base.rb', line 12 def secret_key @secret_key end |
#version ⇒ Object
Returns the value of attribute version.
12 13 14 |
# File 'lib/idcf/cli/validate/define/base.rb', line 12 def version @version end |