Class: ShopifyCLI::Command::PrerequisiteTask
- Inherits:
-
Object
- Object
- ShopifyCLI::Command::PrerequisiteTask
- Defined in:
- lib/shopify_cli/command.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name, args = []) ⇒ PrerequisiteTask
constructor
A new instance of PrerequisiteTask.
Constructor Details
#initialize(name, args = []) ⇒ PrerequisiteTask
Returns a new instance of PrerequisiteTask.
160 161 162 163 |
# File 'lib/shopify_cli/command.rb', line 160 def initialize(name, args = []) @name = name @args = args end |
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args.
158 159 160 |
# File 'lib/shopify_cli/command.rb', line 158 def args @args end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
158 159 160 |
# File 'lib/shopify_cli/command.rb', line 158 def name @name end |