Module: CSteamer

Defined in:
lib/csteamer.rb,
lib/csteamer/document.rb,
lib/csteamer/external_attributes.rb,
lib/csteamer/internal_attributes.rb

Defined Under Namespace

Modules: ExternalAttributes, InternalAttributes Classes: Document

Class Method Summary collapse

Class Method Details

.document(handle) ⇒ Object

Sugar method to make creating document objects nicer



9
10
11
# File 'lib/csteamer.rb', line 9

def self.document(handle)
  Document.new(handle)
end