Class: ShopifyCLI::Command::VersionRange
- Inherits:
-
Struct
- Object
- Struct
- ShopifyCLI::Command::VersionRange
- Defined in:
- lib/shopify_cli/command.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
11 12 13 |
# File 'lib/shopify_cli/command.rb', line 11 def from @from end |
#to ⇒ Object
Returns the value of attribute to
11 12 13 |
# File 'lib/shopify_cli/command.rb', line 11 def to @to end |