Class: ConvenientService::Examples::Standard::Gemfile::Services::Format
- Inherits:
-
Object
- Object
- ConvenientService::Examples::Standard::Gemfile::Services::Format
- Includes:
- Service::Configs::Standard
- Defined in:
- lib/convenient_service/examples/standard/gemfile/services/format.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path:) ⇒ Format
constructor
A new instance of Format.
Constructor Details
#initialize(path:) ⇒ Format
Returns a new instance of Format.
63 64 65 |
# File 'lib/convenient_service/examples/standard/gemfile/services/format.rb', line 63 def initialize(path:) @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
17 18 19 |
# File 'lib/convenient_service/examples/standard/gemfile/services/format.rb', line 17 def path @path end |