Skip to content

Commit 17fef57

Browse files
author
Unai Abrisketa
committed
Fix rubocop
1 parent 9e9a8dd commit 17fef57

File tree

15 files changed

+0
-16
lines changed

15 files changed

+0
-16
lines changed

lib/beyond_api/resources/products/attachments.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
module BeyondApi
66
module ProductAttachments
7-
87
#
98
# A +POST+ request is used to create an attachment and add it to a product.
109
#
@@ -113,6 +112,5 @@ def delete_attachment(product_id, attachment_id)
113112

114113
handle_response(response, status, respond_with_true: true)
115114
end
116-
117115
end
118116
end

lib/beyond_api/resources/products/availability.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
module BeyondApi
66
module ProductAvailability
7-
87
#
98
# A +POST+ request is used to adjust the available stock of a product.
109
#

lib/beyond_api/resources/products/cross_sells.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
module BeyondApi
66
module ProductCrossSells
7-
87
#
98
# A +POST+ request is used to create a cross-sell for a product.
109
#

lib/beyond_api/resources/products/custom_attributes.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
module BeyondApi
66
module ProductCustomAttributes
7-
87
#
98
# A +POST+ request is used to create a product attribute, which defines the value of a certain {product attribute definition}[http://docs.beyondshop.cloud/#resources-product-attribute-definitions] for a specific {product}[http://docs.beyondshop.cloud/#resources-products].
109
#

lib/beyond_api/resources/products/images.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
module BeyondApi
66
module ProductImages
7-
87
#
98
# A +POST+ request is used to create an image and add it to a product.
109
#

lib/beyond_api/resources/products/searches.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
module BeyondApi
66
module ProductSearches
7-
87
#
98
# A +GET+ request is used to search for a product by SKU.
109
#

lib/beyond_api/resources/products/variation_properties.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
module BeyondApi
66
module ProductVariationProperties
7-
87
#
98
# A +PATCH+ request is used to update the variation properties of a variation product.
109
#

lib/beyond_api/resources/products/videos.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
module BeyondApi
66
module ProductVideos
7-
87
#
98
# A +POST+ request is used to create a video and add it to a product.
109
#

lib/beyond_api/resources/shops/address.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
module BeyondApi
66
module ShopAddress
7-
87
#
98
# A +GET+ request is used to retrieve the details of a shop’s address.
109
#

lib/beyond_api/resources/shops/attributes.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
module BeyondApi
66
module ShopAttributes
7-
87
#
98
# A +GET+ request is used to retrieve a particular shop attribute by its name.
109
#

0 commit comments

Comments
 (0)