Module: Bandsintown::Event::CreationHelpers
- Included in:
- Bandsintown::Event
- Defined in:
- lib/bandsintown/event.rb
Overview
Module with helper methods for formatting Bandsintown::Event.create params
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- ISO_8601_FORMAT =
"%Y-%m-%dT%H:%M:%S"
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
8 9 10 |
# File 'lib/bandsintown/event.rb', line 8 def self.included(klass) klass.extend(ClassMethods) end |