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



128
129
130
# File 'lib/rtext/default_service_provider.rb', line 128

def file
  @file
end

#problemsObject

Returns the value of attribute problems

Returns:

  • (Object)

    the current value of problems



128
129
130
# File 'lib/rtext/default_service_provider.rb', line 128

def problems
  @problems
end