Module: WebIDL::Parser::IDL::Dictionary0

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

Instance Method Summary collapse

Instance Method Details

#inheritsObject



821
822
823
# File 'lib/webidl/parser/idl.rb', line 821

def inherits
  elements[4]
end

#membersObject



833
834
835
# File 'lib/webidl/parser/idl.rb', line 833

def members
  elements[8]
end

#nameObject



813
814
815
# File 'lib/webidl/parser/idl.rb', line 813

def name
  elements[2]
end

#ws1Object



809
810
811
# File 'lib/webidl/parser/idl.rb', line 809

def ws1
  elements[1]
end

#ws2Object



817
818
819
# File 'lib/webidl/parser/idl.rb', line 817

def ws2
  elements[3]
end

#ws3Object



825
826
827
# File 'lib/webidl/parser/idl.rb', line 825

def ws3
  elements[5]
end

#ws4Object



829
830
831
# File 'lib/webidl/parser/idl.rb', line 829

def ws4
  elements[7]
end

#ws5Object



837
838
839
# File 'lib/webidl/parser/idl.rb', line 837

def ws5
  elements[9]
end

#ws6Object



841
842
843
# File 'lib/webidl/parser/idl.rb', line 841

def ws6
  elements[11]
end