class SPNet::LinkState

Represent a Link object using only serializeable objects.

@author James Tunnell

Constants

ARG_SPECS

Define arg specs to use in processing hashed arguments during initialize.

Attributes

from[R]
to[R]

Public Class Methods

new(args) click to toggle source
# File lib/spnet/storage/link_state.rb, line 17
def initialize args
  hash_make args, ARG_SPECS
end

Public Instance Methods