Method: VariantOptions#get_variant_options
- Defined in:
- lib/user/ecommerce/variant_options.rb
#get_variant_options(options = nil) ⇒ Object
Get variant options.
Get a collection of variant options.
Parameters
- options
-
(Hash) – List of Resource Collection Options shown above can be used as parameter.
First Example
@data = @mints_user.
Second Example
= { "fields": "id, title" }
@data = @mints_user.()
18 19 20 |
# File 'lib/user/ecommerce/variant_options.rb', line 18 def ( = nil) return @client.raw("get", "/ecommerce/variant-options", ) end |