class Flic::Client::ScanWizard

Attributes

button_bluetooth_address[RW]
button_name[RW]
result[RW]

Public Instance Methods

successful?() click to toggle source
# File lib/flic/client/scan_wizard.rb, line 13
def successful?
  result == :success
end