Class: PhysTech

Inherits:
EADElement
  • Object
show all
Includes:
WithParagraphs
Defined in:
lib/elements/phystech.rb

Instance Method Summary collapse

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