Class: Erlectricity::Pid

Inherits:
Struct
  • Object
show all
Defined in:
lib/erlectricity/types/pid.rb

Instance Attribute Summary collapse

Instance Attribute Details

#creationObject

Returns the value of attribute creation

Returns:

  • (Object)

    the current value of creation



2
3
4
# File 'lib/erlectricity/types/pid.rb', line 2

def creation
  @creation
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



2
3
4
# File 'lib/erlectricity/types/pid.rb', line 2

def id
  @id
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



2
3
4
# File 'lib/erlectricity/types/pid.rb', line 2

def node
  @node
end

#serialObject

Returns the value of attribute serial

Returns:

  • (Object)

    the current value of serial



2
3
4
# File 'lib/erlectricity/types/pid.rb', line 2

def serial
  @serial
end