Class: Stripe::V2::Commerce::ProductCatalogService

Inherits:
StripeService
  • Object
show all
Defined in:
lib/stripe/services/v2/commerce/product_catalog_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from StripeService

#request, #request_stream

Constructor Details

#initialize(requestor) ⇒ ProductCatalogService

Returns a new instance of ProductCatalogService.



10
11
12
13
# File 'lib/stripe/services/v2/commerce/product_catalog_service.rb', line 10

def initialize(requestor)
  super
  @imports = Stripe::V2::Commerce::ProductCatalog::ImportService.new(@requestor)
end

Instance Attribute Details

#importsObject (readonly)

Returns the value of attribute imports.



8
9
10
# File 'lib/stripe/services/v2/commerce/product_catalog_service.rb', line 8

def imports
  @imports
end