Class: SiSU_Air::Source
- Inherits:
-
Object
- Object
- SiSU_Air::Source
- Defined in:
- lib/sisu/air.rb
Constant Summary collapse
- @@ao_array =
[]
- @@fns =
nil
Instance Method Summary collapse
-
#initialize(opt) ⇒ Source
constructor
A new instance of Source.
- #read ⇒ Object
Constructor Details
#initialize(opt) ⇒ Source
Returns a new instance of Source.
62 63 64 65 66 67 68 69 |
# File 'lib/sisu/air.rb', line 62 def initialize(opt) @opt=opt @@fns||@opt.fns @particulars=SiSU_Particulars::Combined.new(opt) #@[email protected] #@[email protected] #@[email protected]_array end |
Instance Method Details
#read ⇒ Object
70 71 |
# File 'lib/sisu/air.rb', line 70 def read end |