class XBee::ATCommands::ParameterDescriptor

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/ruxbee/at_commands.rb, line 4
def initialize
  yield self if block_given?
end