Class: RText::DefaultServiceProvider::FileProblems

Inherits:
Struct
  • Object
show all
Defined in:
lib/rtext/default_service_provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



86
87
88
# File 'lib/rtext/default_service_provider.rb', line 86

def file
  @file
end

#problemsObject

Returns the value of attribute problems

Returns:

  • (Object)

    the current value of problems



86
87
88
# File 'lib/rtext/default_service_provider.rb', line 86

def problems
  @problems
end