Method: Learndot::Entity#initialize
- Defined in:
- lib/learndot/entity.rb
#initialize(api) ⇒ Entity
Returns a new instance of Entity.
2 3 4 |
# File 'lib/learndot/entity.rb', line 2 def initialize(api) @api = api end |
Returns a new instance of Entity.
2 3 4 |
# File 'lib/learndot/entity.rb', line 2 def initialize(api) @api = api end |