Class: Discover::Object::Controller

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

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



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

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



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

def uid
  @uid
end