Class: ShopifyAPI::SmartCollection
- Inherits:
-
Rest::Base
- Object
- Rest::Base
- ShopifyAPI::SmartCollection
- Extended by:
- T::Sig
- Defined in:
- lib/shopify_api/rest/resources/2022_04/smart_collection.rb,
lib/shopify_api/rest/resources/2022_07/smart_collection.rb,
lib/shopify_api/rest/resources/2022_10/smart_collection.rb,
lib/shopify_api/rest/resources/2023_01/smart_collection.rb,
lib/shopify_api/rest/resources/2023_04/smart_collection.rb,
lib/shopify_api/rest/resources/2023_07/smart_collection.rb,
lib/shopify_api/rest/resources/2023_10/smart_collection.rb,
lib/shopify_api/rest/resources/2024_01/smart_collection.rb,
lib/shopify_api/rest/resources/2024_04/smart_collection.rb,
lib/shopify_api/rest/resources/2024_07/smart_collection.rb,
lib/shopify_api/rest/resources/2024_10/smart_collection.rb
Instance Attribute Summary collapse
-
#body_html ⇒ Object
readonly
Returns the value of attribute body_html.
-
#disjunctive ⇒ Object
readonly
Returns the value of attribute disjunctive.
-
#handle ⇒ Object
readonly
Returns the value of attribute handle.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#image ⇒ Object
readonly
Returns the value of attribute image.
-
#published_at ⇒ Object
readonly
Returns the value of attribute published_at.
-
#published_scope ⇒ Object
readonly
Returns the value of attribute published_scope.
-
#rules ⇒ Object
readonly
Returns the value of attribute rules.
-
#sort_order ⇒ Object
readonly
Returns the value of attribute sort_order.
-
#template_suffix ⇒ Object
readonly
Returns the value of attribute template_suffix.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Attributes inherited from Rest::Base
Class Method Summary collapse
- .all(limit: nil, ids: nil, since_id: nil, title: nil, product_id: nil, handle: nil, updated_at_min: nil, updated_at_max: nil, published_at_min: nil, published_at_max: nil, published_status: nil, fields: nil, session: ShopifyAPI::Context.active_session, **kwargs) ⇒ Object
- .count(title: nil, product_id: nil, updated_at_min: nil, updated_at_max: nil, published_at_min: nil, published_at_max: nil, published_status: nil, session: ShopifyAPI::Context.active_session, **kwargs) ⇒ Object
- .delete(id:, session: ShopifyAPI::Context.active_session) ⇒ Object
- .find(id:, fields: nil, session: ShopifyAPI::Context.active_session) ⇒ Object
Instance Method Summary collapse
-
#initialize(session: ShopifyAPI::Context.active_session, from_hash: nil) ⇒ SmartCollection
constructor
A new instance of SmartCollection.
- #order(products: nil, sort_order: nil, body: nil, **kwargs) ⇒ Object
Methods inherited from Rest::Base
api_call_limit, base_find, class_name, create_instance, create_instances_from_response, #delete, get_path, get_path_ids, has_many?, has_one?, inherited, json_body_name, json_response_body_names, #method_missing, next_page?, next_page_info, prev_page?, prev_page_info, primary_key, read_only_attributes, request, #respond_to_missing?, retry_request_after, #save, #save!, #to_hash
Constructor Details
#initialize(session: ShopifyAPI::Context.active_session, from_hash: nil) ⇒ SmartCollection
Returns a new instance of SmartCollection.
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 19 def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil) @rules = T.let(nil, T.nilable(T.any(T::Hash[T.untyped, T.untyped], T::Array[T.untyped]))) @title = T.let(nil, T.nilable(String)) @body_html = T.let(nil, T.nilable(String)) @disjunctive = T.let(nil, T.nilable(T::Boolean)) @handle = T.let(nil, T.nilable(String)) @id = T.let(nil, T.nilable(Integer)) @image = T.let(nil, T.nilable(T.any(String, T::Hash[T.untyped, T.untyped]))) @published_at = T.let(nil, T.nilable(String)) @published_scope = T.let(nil, T.nilable(String)) @sort_order = T.let(nil, T.nilable(String)) @template_suffix = T.let(nil, T.nilable(String)) @updated_at = T.let(nil, T.nilable(String)) super(session: session, from_hash: from_hash) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ShopifyAPI::Rest::Base
Instance Attribute Details
#body_html ⇒ Object (readonly)
Returns the value of attribute body_html.
54 55 56 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 54 def body_html @body_html end |
#disjunctive ⇒ Object (readonly)
Returns the value of attribute disjunctive.
56 57 58 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 56 def disjunctive @disjunctive end |
#handle ⇒ Object (readonly)
Returns the value of attribute handle.
58 59 60 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 58 def handle @handle end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
60 61 62 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 60 def id @id end |
#image ⇒ Object (readonly)
Returns the value of attribute image.
62 63 64 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 62 def image @image end |
#published_at ⇒ Object (readonly)
Returns the value of attribute published_at.
64 65 66 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 64 def published_at @published_at end |
#published_scope ⇒ Object (readonly)
Returns the value of attribute published_scope.
66 67 68 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 66 def published_scope @published_scope end |
#rules ⇒ Object (readonly)
Returns the value of attribute rules.
50 51 52 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 50 def rules @rules end |
#sort_order ⇒ Object (readonly)
Returns the value of attribute sort_order.
68 69 70 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 68 def sort_order @sort_order end |
#template_suffix ⇒ Object (readonly)
Returns the value of attribute template_suffix.
70 71 72 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 70 def template_suffix @template_suffix end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
52 53 54 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 52 def title @title end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at.
72 73 74 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 72 def updated_at @updated_at end |
Class Method Details
.all(limit: nil, ids: nil, since_id: nil, title: nil, product_id: nil, handle: nil, updated_at_min: nil, updated_at_max: nil, published_at_min: nil, published_at_max: nil, published_status: nil, fields: nil, session: ShopifyAPI::Context.active_session, **kwargs) ⇒ Object
132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 132 def all( limit: nil, ids: nil, since_id: nil, title: nil, product_id: nil, handle: nil, updated_at_min: nil, updated_at_max: nil, published_at_min: nil, published_at_max: nil, published_status: nil, fields: nil, session: ShopifyAPI::Context.active_session, **kwargs ) response = base_find( session: session, ids: {}, params: {limit: limit, ids: ids, since_id: since_id, title: title, product_id: product_id, handle: handle, updated_at_min: updated_at_min, updated_at_max: updated_at_max, published_at_min: published_at_min, published_at_max: published_at_max, published_status: published_status, fields: fields}.merge(kwargs).compact, ) T.cast(response, T::Array[SmartCollection]) end |
.count(title: nil, product_id: nil, updated_at_min: nil, updated_at_max: nil, published_at_min: nil, published_at_max: nil, published_status: nil, session: ShopifyAPI::Context.active_session, **kwargs) ⇒ Object
170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 170 def count( title: nil, product_id: nil, updated_at_min: nil, updated_at_max: nil, published_at_min: nil, published_at_max: nil, published_status: nil, session: ShopifyAPI::Context.active_session, **kwargs ) request( http_method: :get, operation: :count, session: session, ids: {}, params: {title: title, product_id: product_id, updated_at_min: updated_at_min, updated_at_max: updated_at_max, published_at_min: published_at_min, published_at_max: published_at_max, published_status: published_status}.merge(kwargs).compact, body: {}, entity: nil, ) end |
.delete(id:, session: ShopifyAPI::Context.active_session) ⇒ Object
101 102 103 104 105 106 107 108 109 110 111 112 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 101 def delete( id:, session: ShopifyAPI::Context.active_session ) request( http_method: :delete, operation: :delete, session: session, ids: {id: id}, params: {}, ) end |
.find(id:, fields: nil, session: ShopifyAPI::Context.active_session) ⇒ Object
82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 82 def find( id:, fields: nil, session: ShopifyAPI::Context.active_session ) result = base_find( session: session, ids: {id: id}, params: {fields: fields}, ) T.cast(result[0], T.nilable(SmartCollection)) end |
Instance Method Details
#order(products: nil, sort_order: nil, body: nil, **kwargs) ⇒ Object
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 |
# File 'lib/shopify_api/rest/resources/2022_04/smart_collection.rb', line 202 def order( products: nil, sort_order: nil, body: nil, **kwargs ) self.class.request( http_method: :put, operation: :order, session: @session, ids: {id: @id}, params: {products: products, sort_order: sort_order}.merge(kwargs).compact, body: body, entity: self, ) end |