Module: WebIDL::Parser::IDL::Interface0

Defined in:
lib/webidl/parser/idl.rb

Instance Method Summary collapse

Instance Method Details

#inheritsObject



296
297
298
# File 'lib/webidl/parser/idl.rb', line 296

def inherits
  elements[4]
end

#membersObject



308
309
310
# File 'lib/webidl/parser/idl.rb', line 308

def members
  elements[8]
end

#nameObject



288
289
290
# File 'lib/webidl/parser/idl.rb', line 288

def name
  elements[2]
end

#ws1Object



284
285
286
# File 'lib/webidl/parser/idl.rb', line 284

def ws1
  elements[1]
end

#ws2Object



292
293
294
# File 'lib/webidl/parser/idl.rb', line 292

def ws2
  elements[3]
end

#ws3Object



300
301
302
# File 'lib/webidl/parser/idl.rb', line 300

def ws3
  elements[5]
end

#ws4Object



304
305
306
# File 'lib/webidl/parser/idl.rb', line 304

def ws4
  elements[7]
end

#ws5Object



312
313
314
# File 'lib/webidl/parser/idl.rb', line 312

def ws5
  elements[9]
end

#ws6Object



316
317
318
# File 'lib/webidl/parser/idl.rb', line 316

def ws6
  elements[11]
end