Class: AccountDrop
- Inherits:
-
Liquid::Simplero::Drop
- Object
- Liquid::Drop
- Liquid::Simplero::Drop
- AccountDrop
- Defined in:
- app/drops/account_drop.rb
Overview
account
refers to the site/product owner's account being displayed.
Instance Method Summary collapse
- #address ⇒ String
- #address_2 ⇒ String
- #admin_url ⇒ String
- #canonical_host ⇒ String
- #canonical_url ⇒ String
- #cart_url ⇒ String
- #city ⇒ String
- #company_name ⇒ String
- #cookie_consent_type ⇒ String
- #country_code ⇒ String
- #country_name ⇒ String
- #courses ⇒ Object
- #current_time ⇒ DateTime
- #facebook_app_id ⇒ String
- #feature_flags ⇒ FeatureFlagSetDrop
-
#first_day_of_week ⇒ Integer
Returns 0 or 1.
- #footer_include_details? ⇒ Boolean
- #handle ⇒ String
- #host ⇒ String
- #instagram_access_token ⇒ String
- #legal_id ⇒ String
- #lists ⇒ CollectionDrop
- #main_list ⇒ List
- #name ⇒ String
-
#not_finished_event_occurrences ⇒ CollectionDrop
Returns all upcoming and not finished EventOccurrenceDrops for the account.
-
#not_finished_event_occurrences_with_fixed_time ⇒ CollectionDrop
Returns all upcoming and not finished non recurring EventOccurrenceDrops for the account.
- #payment_methods ⇒ Array<String>
- #phone_number ⇒ String
- #plan ⇒ PlanDrop
- #postal_code ⇒ String
- #powered_by? ⇒ Boolean
-
#product_categories ⇒ Array<ProductCategoryDrop>
Returns all ProductCategoryDrops which has for the account.
-
#products ⇒ CollectionDrop
Returns all listed ProductDrops available to the current user.
- #products_url ⇒ String
- #region_code ⇒ String
- #region_name ⇒ String
- #render_address_html ⇒ String
- #site ⇒ SiteDrop
- #support_email ⇒ String
- #tag_line ⇒ String
- #terms ⇒ String
- #terms_url ⇒ String
-
#upcoming_event_occurrences ⇒ CollectionDrop
Returns all upcoming EventOccurrenceDrops for the account.
- #upcoming_event_occurrences_for_calendar ⇒ Object
-
#upcoming_event_occurrences_with_fixed_time ⇒ CollectionDrop
Returns all upcoming non recurring EventOccurrenceDrops for the account.
- #url ⇒ String
Methods inherited from Liquid::Simplero::Drop
Instance Method Details
#address ⇒ String
#address_2 ⇒ String
#admin_url ⇒ String
#canonical_host ⇒ String
#canonical_url ⇒ String
#cart_url ⇒ String
#city ⇒ String
#company_name ⇒ String
#cookie_consent_type ⇒ String
#country_code ⇒ String
#country_name ⇒ String
#courses ⇒ Object
#current_time ⇒ DateTime
#facebook_app_id ⇒ String
#feature_flags ⇒ FeatureFlagSetDrop
#first_day_of_week ⇒ Integer
Returns 0 or 1. 0 is Sunday, 1 is Monday.
#footer_include_details? ⇒ Boolean
#handle ⇒ String
#host ⇒ String
#instagram_access_token ⇒ String
#legal_id ⇒ String
#lists ⇒ CollectionDrop
#main_list ⇒ List
#name ⇒ String
#not_finished_event_occurrences ⇒ CollectionDrop
Returns all upcoming and not finished EventOccurrenceDrops for the account.
#not_finished_event_occurrences_with_fixed_time ⇒ CollectionDrop
Returns all upcoming and not finished non recurring EventOccurrenceDrops for the account.
#payment_methods ⇒ Array<String>
#phone_number ⇒ String
#plan ⇒ PlanDrop
#postal_code ⇒ String
#powered_by? ⇒ Boolean
#product_categories ⇒ Array<ProductCategoryDrop>
Returns all ProductCategoryDrops which has for the account.
#products ⇒ CollectionDrop
Returns all listed ProductDrops available to the current user.
#products_url ⇒ String
#region_code ⇒ String
#region_name ⇒ String
#render_address_html ⇒ String
#site ⇒ SiteDrop
#support_email ⇒ String
#tag_line ⇒ String
#terms ⇒ String
#terms_url ⇒ String
#upcoming_event_occurrences ⇒ CollectionDrop
Returns all upcoming EventOccurrenceDrops for the account.
#upcoming_event_occurrences_for_calendar ⇒ Object
#upcoming_event_occurrences_with_fixed_time ⇒ CollectionDrop
Returns all upcoming non recurring EventOccurrenceDrops for the account.