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

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

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