class DasLabs::DasLabsCentral

Public Class Methods

bootstrapandroid(n = "DefaultName") click to toggle source
# File lib/daslabs.rb, line 13
def self.bootstrapandroid(n = "DefaultName")
  
  baseband = Baseband
  Baseband.bootstrapandroid(n)
end
bootstrapios(n = "DefaultName") click to toggle source
# File lib/daslabs.rb, line 20
def self.bootstrapios(n = "DefaultName")
  
  baseband = Baseband
  Baseband.bootstrapios(n)
end
bootstrapweb(n = "DefaultName") click to toggle source
# File lib/daslabs.rb, line 7
def self.bootstrapweb(n = "DefaultName")

  baseband = Baseband
  Baseband.bootstrapweb(n)
end
usage() click to toggle source
# File lib/daslabs.rb, line 26
def self.usage
  
  baseband = Baseband
  Baseband.usage
end