Class: Discover::Object::Pod

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

Instance Attribute Summary collapse

Instance Attribute Details

#controllerObject

Returns the value of attribute controller

Returns:

  • (Object)

    the current value of controller



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

def controller
  @controller
end

#hostIPObject

Returns the value of attribute hostIP

Returns:

  • (Object)

    the current value of hostIP



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

def hostIP
  @hostIP
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#namespaceObject

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



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

def namespace
  @namespace
end

#nodeIPObject

Returns the value of attribute nodeIP

Returns:

  • (Object)

    the current value of nodeIP



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

def nodeIP
  @nodeIP
end

#podIPObject

Returns the value of attribute podIP

Returns:

  • (Object)

    the current value of podIP



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

def podIP
  @podIP
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



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

def uid
  @uid
end