Class: Chutney::InconsistentQuoting::Parameter
- Inherits:
-
Struct
- Object
- Struct
- Chutney::InconsistentQuoting::Parameter
- Defined in:
- lib/chutney/linter/inconsistent_quoting.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#quotation_mark ⇒ Object
Returns the value of attribute quotation_mark.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/chutney/linter/inconsistent_quoting.rb', line 11 def name @name end |
#quotation_mark ⇒ Object
Returns the value of attribute quotation_mark
11 12 13 |
# File 'lib/chutney/linter/inconsistent_quoting.rb', line 11 def quotation_mark @quotation_mark end |