Class: Anecdotally
- Inherits:
-
Object
- Object
- Anecdotally
- Defined in:
- lib/anecdotally.rb
Instance Method Summary collapse
- #anecdotes ⇒ Object
-
#initialize(apikey) ⇒ Anecdotally
constructor
A new instance of Anecdotally.
- #programs ⇒ Object
- #users ⇒ Object
Constructor Details
#initialize(apikey) ⇒ Anecdotally
Returns a new instance of Anecdotally.
7 8 9 |
# File 'lib/anecdotally.rb', line 7 def initialize(apikey) @api = API.new(apikey) end |