Class: Extension::Models::LazySpecificationHandler

Inherits:
ShopifyCLI::LazyDelegator show all
Defined in:
lib/project_types/extension/models/lazy_specification_handler.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(identifier, &specification_handler_initializer) ⇒ LazySpecificationHandler

Returns a new instance of LazySpecificationHandler.



6
7
8
9
# File 'lib/project_types/extension/models/lazy_specification_handler.rb', line 6

def initialize(identifier, &specification_handler_initializer)
  super(&specification_handler_initializer)
  @identifier = identifier
end

Instance Attribute Details

#identifierObject (readonly)

Returns the value of attribute identifier.



4
5
6
# File 'lib/project_types/extension/models/lazy_specification_handler.rb', line 4

def identifier
  @identifier
end