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