Class: ConvenientService::Examples::Standard::V1::Gemfile::Services::Format
- Inherits:
-
Object
- Object
- ConvenientService::Examples::Standard::V1::Gemfile::Services::Format
- Includes:
- Service::Configs::Standard::V1
- Defined in:
- lib/convenient_service/examples/standard/v1/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.
64 65 66 |
# File 'lib/convenient_service/examples/standard/v1/gemfile/services/format.rb', line 64 def initialize(path:) @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
18 19 20 |
# File 'lib/convenient_service/examples/standard/v1/gemfile/services/format.rb', line 18 def path @path end |