Class: GraphQL::Modernize::Application::FileResult

Inherits:
Data
  • Object
show all
Defined in:
lib/graphql/modernize/application.rb

Instance Attribute Summary collapse

Instance Attribute Details

#offensesObject (readonly)

Returns the value of attribute offenses

Returns:

  • (Object)

    the current value of offenses



9
10
11
# File 'lib/graphql/modernize/application.rb', line 9

def offenses
  @offenses
end

#rewrittenObject (readonly)

Returns the value of attribute rewritten

Returns:

  • (Object)

    the current value of rewritten



9
10
11
# File 'lib/graphql/modernize/application.rb', line 9

def rewritten
  @rewritten
end

#source_fileObject (readonly)

Returns the value of attribute source_file

Returns:

  • (Object)

    the current value of source_file



9
10
11
# File 'lib/graphql/modernize/application.rb', line 9

def source_file
  @source_file
end