Class: SimpleAMS::Document::Links
- Defined in:
- lib/simple_ams/document/links.rb
Defined Under Namespace
Classes: Generic
Instance Method Summary collapse
-
#initialize(options) ⇒ Links
constructor
A new instance of Links.
Methods inherited from Generics
Constructor Details
#initialize(options) ⇒ Links
Returns a new instance of Links.
4 5 6 7 |
# File 'lib/simple_ams/document/links.rb', line 4 def initialize() @options = @members = .links end |