Class: ConvenientService::Examples::Rails::Gemfile::Services::FormatBody
- Inherits:
-
Object
- Object
- ConvenientService::Examples::Rails::Gemfile::Services::FormatBody
- Includes:
- RailsService::Config
- Defined in:
- lib/convenient_service/examples/rails/gemfile/services/format_body.rb
Instance Attribute Summary collapse
-
#parsed_content ⇒ Object
Returns the value of attribute parsed_content.
Instance Method Summary collapse
Instance Attribute Details
#parsed_content ⇒ Object
Returns the value of attribute parsed_content.
51 52 53 |
# File 'lib/convenient_service/examples/rails/gemfile/services/format_body.rb', line 51 def parsed_content @parsed_content end |
Instance Method Details
#result ⇒ Object
65 66 67 |
# File 'lib/convenient_service/examples/rails/gemfile/services/format_body.rb', line 65 def result success(formatted_content: format_content) end |