class SPNet::PortLocater

Locate a port based on the block and port name, rather than an object reference.

@author James Tunnell

Constants

ARG_SPECS

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

Attributes

block_name[R]
port_name[R]

Public Class Methods

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