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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Config

included

Constructor Details

#initialize(path:) ⇒ Format

Returns a new instance of Format.



69
70
71
# File 'lib/convenient_service/examples/standard/v1/gemfile/services/format.rb', line 69

def initialize(path:)
  @path = path
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



23
24
25
# File 'lib/convenient_service/examples/standard/v1/gemfile/services/format.rb', line 23

def path
  @path
end