Class: Erlectricity::Pid
- Inherits:
-
Struct
- Object
- Struct
- Erlectricity::Pid
- Defined in:
- lib/erlectricity/types/pid.rb
Instance Attribute Summary collapse
-
#creation ⇒ Object
Returns the value of attribute creation.
-
#id ⇒ Object
Returns the value of attribute id.
-
#node ⇒ Object
Returns the value of attribute node.
-
#serial ⇒ Object
Returns the value of attribute serial.
Instance Attribute Details
#creation ⇒ Object
Returns the value of attribute creation
2 3 4 |
# File 'lib/erlectricity/types/pid.rb', line 2 def creation @creation end |
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/erlectricity/types/pid.rb', line 2 def id @id end |
#node ⇒ Object
Returns the value of attribute node
2 3 4 |
# File 'lib/erlectricity/types/pid.rb', line 2 def node @node end |
#serial ⇒ Object
Returns the value of attribute serial
2 3 4 |
# File 'lib/erlectricity/types/pid.rb', line 2 def serial @serial end |