Class: SimpleAMS::Document::Links

Inherits:
Generics
  • Object
show all
Defined in:
lib/simple_ams/document/links.rb

Defined Under Namespace

Classes: Generic

Instance Method Summary collapse

Methods inherited from Generics

#[], #any?, #each, #empty?

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)
  @options = options
  @members = options.links
end