Class: Ilm::Structures::Structure

Inherits:
Object
  • Object
show all
Defined in:
lib/ilm/structures/structure.rb

Overview

This is the base class for all structures

Direct Known Subclasses

Pipe

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Structure

Returns a new instance of Structure.



5
# File 'lib/ilm/structures/structure.rb', line 5

def initialize(*args) end

Class Method Details

.requirementsObject



7
8
9
# File 'lib/ilm/structures/structure.rb', line 7

def self.requirements
  'gimme some stuff.'
end