Class: Danger::DangerXcodeSummary::Location

Inherits:
Struct
  • Object
show all
Defined in:
lib/xcode_summary/plugin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



22
23
24
# File 'lib/xcode_summary/plugin.rb', line 22

def file_name
  @file_name
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



22
23
24
# File 'lib/xcode_summary/plugin.rb', line 22

def file_path
  @file_path
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



22
23
24
# File 'lib/xcode_summary/plugin.rb', line 22

def line
  @line
end