Class: ConvenientService::Examples::Dry::V1::Gemfile::Services::ReadFileContent
- Inherits:
 - 
      Object
      
        
- Object
 - ConvenientService::Examples::Dry::V1::Gemfile::Services::ReadFileContent
 
 
- Includes:
 - DryService::Config
 
- Defined in:
 - lib/convenient_service/examples/dry/v1/gemfile/services/read_file_content.rb
 
Instance Method Summary collapse
Methods included from Config
Instance Method Details
#result ⇒ Object
      29 30 31  | 
    
      # File 'lib/convenient_service/examples/dry/v1/gemfile/services/read_file_content.rb', line 29 def result success(data: {content: ::File.read(path)}) end  |