class XBee::Config::CommandCharacter

Public Class Methods

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