Class: Discover::Object::Node

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

Instance Attribute Summary collapse

Instance Attribute Details

#displayNameObject

Returns the value of attribute displayName

Returns:

  • (Object)

    the current value of displayName



23
24
25
# File 'lib/discover/object.rb', line 23

def displayName
  @displayName
end

#externalIPObject

Returns the value of attribute externalIP

Returns:

  • (Object)

    the current value of externalIP



23
24
25
# File 'lib/discover/object.rb', line 23

def externalIP
  @externalIP
end

#internalIPObject

Returns the value of attribute internalIP

Returns:

  • (Object)

    the current value of internalIP



23
24
25
# File 'lib/discover/object.rb', line 23

def internalIP
  @internalIP
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



23
24
25
# File 'lib/discover/object.rb', line 23

def name
  @name
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



23
24
25
# File 'lib/discover/object.rb', line 23

def uid
  @uid
end