Module: Evtfl
- Defined in:
- lib/evtfl.rb,
lib/evtfl/artist.rb,
lib/evtfl/version.rb,
lib/evtfl/concerts.rb
Defined Under Namespace
Constant Summary collapse
- PRE =
'https://api.eventful.com/json/performers'
- VERSION =
"0.1.1"
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
Class Method Summary collapse
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
12 13 14 |
# File 'lib/evtfl.rb', line 12 def api_key @api_key end |
Class Method Details
.configure(key) ⇒ Object
14 15 16 |
# File 'lib/evtfl.rb', line 14 def configure(key) @api_key = key end |