Class: Discover::Object::Generic_object

Inherits:
Struct
  • Object
show all
Defined in:
lib/discover/object.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



20
21
22
# File 'lib/discover/object.rb', line 20

def name
  @name
end

#namespaceObject

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



20
21
22
# File 'lib/discover/object.rb', line 20

def namespace
  @namespace
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



20
21
22
# File 'lib/discover/object.rb', line 20

def uid
  @uid
end