Class: Extension::Models::LazySpecificationHandler
- Inherits:
-
ShopifyCLI::LazyDelegator
- Object
- SimpleDelegator
- ShopifyCLI::LazyDelegator
- Extension::Models::LazySpecificationHandler
- Defined in:
- lib/project_types/extension/models/lazy_specification_handler.rb
Instance Attribute Summary collapse
-
#identifier ⇒ Object
readonly
Returns the value of attribute identifier.
Instance Method Summary collapse
-
#initialize(identifier, &specification_handler_initializer) ⇒ LazySpecificationHandler
constructor
A new instance of LazySpecificationHandler.
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
#identifier ⇒ Object (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 |