Class: Hecks::QuerySpecification::Common::InspectionSpec
- Inherits:
-
Struct
- Object
- Struct
- Hecks::QuerySpecification::Common::InspectionSpec
- Defined in:
- lib/hecks/query_specification/common/inspection_spec.rb
Instance Attribute Summary collapse
-
#mode ⇒ Object
Returns the value of attribute mode.
Instance Method Summary collapse
Instance Attribute Details
#mode ⇒ Object
Returns the value of attribute mode
4 5 6 |
# File 'lib/hecks/query_specification/common/inspection_spec.rb', line 4 def mode @mode end |
Instance Method Details
#to_h ⇒ Object
5 |
# File 'lib/hecks/query_specification/common/inspection_spec.rb', line 5 def to_h = { mode: mode.to_s } |