Class: ShopifyCLI::Command::VersionRange

Inherits:
Struct
  • Object
show all
Defined in:
lib/shopify_cli/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



11
12
13
# File 'lib/shopify_cli/command.rb', line 11

def from
  @from
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



11
12
13
# File 'lib/shopify_cli/command.rb', line 11

def to
  @to
end