Class: Danger::DangerXcodeSummary::Location
- Inherits:
-
Struct
- Object
- Struct
- Danger::DangerXcodeSummary::Location
- Defined in:
- lib/xcode_summary/plugin.rb
Instance Attribute Summary collapse
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#file_name ⇒ Object
Returns the value of attribute file_name
22 23 24 |
# File 'lib/xcode_summary/plugin.rb', line 22 def file_name @file_name end |
#file_path ⇒ Object
Returns the value of attribute file_path
22 23 24 |
# File 'lib/xcode_summary/plugin.rb', line 22 def file_path @file_path end |
#line ⇒ Object
Returns the value of attribute line
22 23 24 |
# File 'lib/xcode_summary/plugin.rb', line 22 def line @line end |