class Xumlidot::Types::KlassDefinition::Name
TODO: I think the name could be a constant rather than an array of constants
Public Instance Methods
==(other)
click to toggle source
# File lib/xumlidot/types/klass_definition.rb, line 20 def ==(other) namespace == other.namespace && name == other.name end
name()
click to toggle source
# File lib/xumlidot/types/klass_definition.rb, line 12 def name map(&:name).flatten end
namespace()
click to toggle source
# File lib/xumlidot/types/klass_definition.rb, line 16 def namespace map(&:namespace).flatten end