Class: Unresponsys::Folder::SupplementalTables

Inherits:
Object
  • Object
show all
Defined in:
lib/unresponsys/folder.rb

Instance Method Summary collapse

Constructor Details

#initialize(folder) ⇒ SupplementalTables

Returns a new instance of SupplementalTables.



15
16
17
# File 'lib/unresponsys/folder.rb', line 15

def initialize(folder)
  @folder = folder
end

Instance Method Details

#find(table_name) ⇒ Object



19
20
21
# File 'lib/unresponsys/folder.rb', line 19

def find(table_name)
  Unresponsys::SupplementalTable.new(@folder, table_name)
end