class XBee::Config::CommandCharacter

Public Class Methods

new(default = '+') click to toggle source
Calls superclass method XBee::Config::RFModuleParameter::new
# File lib/ruxbee/config.rb, line 56
def initialize(default = '+')
  super("CC", default)
end