Class: Stripe::V2::Commerce::ProductCatalogService
- Inherits:
-
StripeService
- Object
- StripeService
- Stripe::V2::Commerce::ProductCatalogService
- Defined in:
- lib/stripe/services/v2/commerce/product_catalog_service.rb
Instance Attribute Summary collapse
-
#imports ⇒ Object
readonly
Returns the value of attribute imports.
Instance Method Summary collapse
-
#initialize(requestor) ⇒ ProductCatalogService
constructor
A new instance of ProductCatalogService.
Methods inherited from StripeService
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
#imports ⇒ Object (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 |