class OroGen::InvalidInterfaceType
Attributes
type[R]
Public Class Methods
new(type)
click to toggle source
# File lib/orogen/exceptions.rb, line 18 def initialize(type) @type = type end