Class: Gloo::Core::Baseo

Inherits:
Object
  • Object
show all
Defined in:
lib/gloo/core/baseo.rb

Direct Known Subclasses

Factory, Obj, Pn, Verb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeBaseo

Set up the object.



15
16
17
# File 'lib/gloo/core/baseo.rb', line 15

def initialize
  @name = ''
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



12
13
14
# File 'lib/gloo/core/baseo.rb', line 12

def name
  @name
end

Instance Method Details

#type_displayObject

The object type, suitable for display.



22
23
24
# File 'lib/gloo/core/baseo.rb', line 22

def type_display
  raise 'this method should be overriden'
end