Class: Idcf::Cli::Validate::Define::Base

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model, Custom
Defined in:
lib/idcf/cli/validate/define/base.rb

Overview

Base Validate

Direct Known Subclasses

Compute::Base, Ilb::Base

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

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

#fieldsObject

Returns the value of attribute fields.



12
13
14
# File 'lib/idcf/cli/validate/define/base.rb', line 12

def fields
  @fields
end

#json_pathObject

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_sslObject

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_vsslObject

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

#outputObject

Returns the value of attribute output.



12
13
14
# File 'lib/idcf/cli/validate/define/base.rb', line 12

def output
  @output
end

#profileObject

Returns the value of attribute profile.



12
13
14
# File 'lib/idcf/cli/validate/define/base.rb', line 12

def profile
  @profile
end

#secret_keyObject

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

#versionObject

Returns the value of attribute version.



12
13
14
# File 'lib/idcf/cli/validate/define/base.rb', line 12

def version
  @version
end