Class: BoxOffice::Order

Inherits:
Order
  • Object
show all
Defined in:
app/models/box_office.rb

Instance Attribute Summary

Attributes inherited from Order

#per_item_processing_charge, #skip_actions

Class Method Summary collapse

Methods inherited from Order

#<<, #all_donations, #all_items, #all_tickets, #artfully?, #cash?, #contact_email, #create_donation_actions, #create_purchase_action, #credit?, #destroyable?, #discounts_used, #donation_details, #donations, #editable?, #exchangeable_items, #for_organization, #has_donation?, #has_single_donation?, #has_ticket?, in_range, #is_fafs?, #location, #nongift_amount, #num_tickets, #original_order, #payment, #purchase_action_class, #record_exchange!, #refundable_items, #returnable_items, #sell_tickets, #settleable_donations, #sum_donations, #ticket_details, #ticket_summary, #tickets, #time_zone, #to_comp!, #total, #transaction_id

Methods included from Ext::DelayedIndexing

included

Methods included from ArtfullyOseHelper

#action_and_subtype, #amount_and_nongift, #bootstrapped_type, #build_order_location, #channel_checkbox, #channel_text, #check_mark, #contextual_menu, #credit_card_message, #date_field_tag, #datetime_field_tag, #events_to_options, #full_details, #fully_qualified_asset_path, #get_selected_class, #icon_link_to, #icon_tag, #link_to_add_fields, #link_to_remove_fields, #nav_dropdown, #number_as_cents, #number_to_dollars, #select_event_for_sales_search, #select_show_for_sales_search, #sorted_us_state_abbreviations, #sorted_us_state_names, #ticket_seller_name, #time_zone_description, #us_states, #verb_for_save, #widget_script

Methods included from LinkHelper

#active?, #active_link_to, #active_section, #in_section, #in_sub_section

Methods included from OhNoes::Destroy

#destroy, #destroyable?

Methods included from Ext::Integrations::Order

#fa_id, included

Class Method Details

.locationObject



18
19
20
# File 'app/models/box_office.rb', line 18

def self.location
  "Box office"
end