Class: SimpleAMS::Document::Forms

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

Defined Under Namespace

Classes: Form

Instance Method Summary collapse

Methods inherited from Generics

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

Constructor Details

#initialize(options) ⇒ Forms

Returns a new instance of Forms.



4
5
6
7
# File 'lib/simple_ams/document/forms.rb', line 4

def initialize(options)
  @options = options
  @members = options.forms
end