Method: Megam::Components#rtype

Defined in:
lib/megam/core/components.rb

#rtype(arg = nil) ⇒ Object



150
151
152
153
154
155
156
# File 'lib/megam/core/components.rb', line 150

def rtype(arg = nil)
   if !arg.nil?
     @rtype = arg
   else
     @rtype
   end
end