Class: Saize::NetworkNode

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

Overview

松屋ネットワーク

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#followObject

Returns the value of attribute follow

Returns:

  • (Object)

    the current value of follow



133
134
135
# File 'lib/saize.rb', line 133

def follow
  @follow
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



133
134
135
# File 'lib/saize.rb', line 133

def node
  @node
end

Instance Method Details

#inspectObject



134
135
136
# File 'lib/saize.rb', line 134

def inspect
  "#<#{node}->(#{follow.inspect})>"
end