Class: GraphQL::Modernize::Application::FileResult
- Inherits:
-
Data
- Object
- Data
- GraphQL::Modernize::Application::FileResult
- Defined in:
- lib/graphql/modernize/application.rb
Instance Attribute Summary collapse
-
#offenses ⇒ Object
readonly
Returns the value of attribute offenses.
-
#rewritten ⇒ Object
readonly
Returns the value of attribute rewritten.
-
#source_file ⇒ Object
readonly
Returns the value of attribute source_file.
Instance Attribute Details
#offenses ⇒ Object (readonly)
Returns the value of attribute offenses
9 10 11 |
# File 'lib/graphql/modernize/application.rb', line 9 def offenses @offenses end |
#rewritten ⇒ Object (readonly)
Returns the value of attribute rewritten
9 10 11 |
# File 'lib/graphql/modernize/application.rb', line 9 def rewritten @rewritten end |
#source_file ⇒ Object (readonly)
Returns the value of attribute source_file
9 10 11 |
# File 'lib/graphql/modernize/application.rb', line 9 def source_file @source_file end |