Class: Saize::NetworkNode
- Inherits:
-
Struct
- Object
- Struct
- Saize::NetworkNode
- Defined in:
- lib/saize.rb
Overview
松屋ネットワーク
Instance Attribute Summary collapse
-
#follow ⇒ Object
Returns the value of attribute follow.
-
#node ⇒ Object
Returns the value of attribute node.
Instance Method Summary collapse
Instance Attribute Details
#follow ⇒ Object
Returns the value of attribute follow
133 134 135 |
# File 'lib/saize.rb', line 133 def follow @follow end |
#node ⇒ Object
Returns the value of attribute node
133 134 135 |
# File 'lib/saize.rb', line 133 def node @node end |
Instance Method Details
#inspect ⇒ Object
134 135 136 |
# File 'lib/saize.rb', line 134 def inspect "#<#{node}->(#{follow.inspect})>" end |