Class: PhysTech
- Inherits:
-
EADElement
- Object
- EADElement
- PhysTech
- Includes:
- WithParagraphs
- Defined in:
- lib/elements/phystech.rb
Instance Method Summary collapse
-
#initialize(value = nil) ⇒ PhysTech
constructor
A new instance of PhysTech.
Constructor Details
#initialize(value = nil) ⇒ PhysTech
Returns a new instance of PhysTech.
6 7 8 |
# File 'lib/elements/phystech.rb', line 6 def initialize(value=nil) self << P.new(value) if value end |