Class: Arachni::Component::Options::Object
- Defined in:
- lib/arachni/component/options/object.rb
Overview
Instance Attribute Summary
Attributes inherited from Base
#default, #description, #name, #value
Instance Method Summary collapse
Methods inherited from Base
#==, #effective_value, #for_component, from_rpc_data, #hash, #initialize, #missing_value?, #normalize, #required?, #to_h, #to_rpc_data, #valid?
Constructor Details
This class inherits a constructor from Arachni::Component::Options::Base
Instance Method Details
#type ⇒ Object
12 13 14 |
# File 'lib/arachni/component/options/object.rb', line 12 def type :object end |