Module: TicketNetwork::ParseHelper
- Included in:
- Catalog::Category::Parser, Catalog::Category::Parser::Category, Catalog::Configuration::Parser, Catalog::Configuration::Parser::Configuration, Catalog::Event::Parser, Catalog::Event::Parser::Event, Catalog::Performance::Parser, Catalog::Performance::Parser::Performer, Catalog::Performer::Parser, Catalog::Performer::Parser::Performer, Catalog::PerformerRank::Parser, Catalog::PerformerRank::Parser::PerformerRank, Catalog::Ticket::Parser, Catalog::Ticket::Parser::Ticket, Catalog::Ticket::Parser::Ticket::Split, Catalog::Venue::Parser, Catalog::Venue::Parser::Venue, Checkout::Address::Parser, Checkout::Address::Parser::Address, Checkout::AddressType::Parser, Checkout::AddressType::Parser::AddressType, Checkout::CreditCard::Parser, Checkout::CreditCard::Parser::CreditCard, Checkout::Customer::Parser, Checkout::Order::Parser, Checkout::PhoneNumber::Parser, Checkout::PhoneNumber::Parser::PhoneNumber, Checkout::PhoneNumberType::Parser, Checkout::PhoneNumberType::Parser::PhoneNumberType
- Defined in:
- lib/ticket_network/parse_helper.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/ticket_network/parse_helper.rb', line 3 def self.included(base) base.class_eval do include SAXMachine end base.extend(ClassMethods) end |