Class: Chutney::InconsistentQuoting::Parameter

Inherits:
Struct
  • Object
show all
Defined in:
lib/chutney/linter/inconsistent_quoting.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/chutney/linter/inconsistent_quoting.rb', line 11

def name
  @name
end

#quotation_markObject

Returns the value of attribute quotation_mark

Returns:

  • (Object)

    the current value of quotation_mark



11
12
13
# File 'lib/chutney/linter/inconsistent_quoting.rb', line 11

def quotation_mark
  @quotation_mark
end