class TinCanApi::Documents::Document
Attributes
content[RW]
content_type[RW]
etag[RW]
id[RW]
timestamp[RW]
Public Class Methods
new(&block)
click to toggle source
# File lib/tin_can_api/documents/document.rb, line 8 def initialize(&block) if block_given? block[self] end end