Class: UCD::Node::Document

Inherits:
Base
  • Object
show all
Defined in:
lib/ucd/node/document.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#parent

Method Summary

Methods inherited from Base

#initialize

Methods included from HasAttributes

#update_attributes

Constructor Details

This class inherits a constructor from UCD::Node::Base

Instance Attribute Details

#classesObject

Returns the value of attribute classes.



8
9
10
# File 'lib/ucd/node/document.rb', line 8

def classes
  @classes
end