Class: Danger::Symbol

Inherits:
Struct
  • Object
show all
Defined in:
lib/jazzy/symbol.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



2
3
4
# File 'lib/jazzy/symbol.rb', line 2

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



2
3
4
# File 'lib/jazzy/symbol.rb', line 2

def line
  @line
end

#symbolObject

Returns the value of attribute symbol

Returns:

  • (Object)

    the current value of symbol



2
3
4
# File 'lib/jazzy/symbol.rb', line 2

def symbol
  @symbol
end

#symbol_kindObject

Returns the value of attribute symbol_kind

Returns:

  • (Object)

    the current value of symbol_kind



2
3
4
# File 'lib/jazzy/symbol.rb', line 2

def symbol_kind
  @symbol_kind
end

#warningObject

Returns the value of attribute warning

Returns:

  • (Object)

    the current value of warning



2
3
4
# File 'lib/jazzy/symbol.rb', line 2

def warning
  @warning
end