Class: Discover::Object::End_point_slice

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

Instance Attribute Summary collapse

Instance Attribute Details

#endpointsObject

Returns the value of attribute endpoints

Returns:

  • (Object)

    the current value of endpoints



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

def endpoints
  @endpoints
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#namespaceObject

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



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

def namespace
  @namespace
end

#portsObject

Returns the value of attribute ports

Returns:

  • (Object)

    the current value of ports



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

def ports
  @ports
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



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

def uid
  @uid
end