Class: ConvenientService::Examples::Standard::Gemfile::Services::Format

Inherits:
Object
  • Object
show all
Includes:
Service::Configs::Standard
Defined in:
lib/convenient_service/examples/standard/gemfile/services/format.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#pathObject (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