Method: JsDuck::Web::Data#initialize
- Defined in:
- lib/jsduck/web/data.rb
#initialize(relations, assets, opts) ⇒ Data
Returns a new instance of Data.
12 13 14 15 16 |
# File 'lib/jsduck/web/data.rb', line 12 def initialize(relations, assets, opts) @relations = relations @assets = assets @opts = opts end |