Module: LD4L::OpenAnnotationRDF

Defined in:
lib/ld4l/open_annotation_rdf.rb,
lib/ld4l/open_annotation_rdf/version.rb,
lib/ld4l/open_annotation_rdf/tag_body.rb,
lib/ld4l/open_annotation_rdf/annotation.rb,
lib/ld4l/open_annotation_rdf/comment_body.rb,
lib/ld4l/open_annotation_rdf/configuration.rb,
lib/ld4l/open_annotation_rdf/tag_annotation.rb,
lib/ld4l/open_annotation_rdf/semantic_tag_body.rb,
lib/ld4l/open_annotation_rdf/comment_annotation.rb,
lib/ld4l/open_annotation_rdf/annotation_generic_body.rb,
lib/ld4l/open_annotation_rdf/semantic_tag_annotation.rb

Defined Under Namespace

Classes: Annotation, AnnotationGenericBody, CommentAnnotation, CommentBody, Configuration, SemanticTagAnnotation, SemanticTagBody, TagAnnotation, TagBody

Constant Summary collapse

VERSION =
"0.2.0"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

Returns the value of attribute configuration.



14
15
16
# File 'lib/ld4l/open_annotation_rdf.rb', line 14

def configuration
  @configuration
end

Class Method Details

.configure {|configuration| ... } ⇒ Object

Yields:



25
26
27
# File 'lib/ld4l/open_annotation_rdf.rb', line 25

def self.configure
  yield(configuration)
end

.resetObject



21
22
23
# File 'lib/ld4l/open_annotation_rdf.rb', line 21

def self.reset
  @configuration = Configuration.new
end