Sha256: ace08cbdf32a0e03ecd1eeed90a5289f76c0a008f27801bdc5edbbf9da207644
Contents?: true
Size: 607 Bytes
Versions: 2
Compression:
Stored size: 607 Bytes
Contents
require 'atom/element' module Sword2Ruby #Extensions to the atom-tools[https://github.com/bct/atom-tools/wiki] Atom::Element class to support Sword2 operations. #These methods are additive to those supplied by the atom-tools gem. # #Please see the {atom-tools documentation}[http://rdoc.info/github/bct/atom-tools/master/frames] for a complete list of attributes and methods. class ::Atom::Element #Sword2Ruby::Connection (Atom::HTTP) object to facilitate connections in derived classes, such as Atom::Entry, Atom::Feed, Atom::Workspace and Atom::Collection. attr_accessor :http end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sword2ruby-1.0.1 | lib/sword2ruby/element.rb |
sword2ruby-1.0.0 | lib/sword2ruby/element.rb |