class NativeGap::Configuration

Attributes

android[RW]
chrome[RW]
ios[RW]
windows[RW]

Public Class Methods

new() click to toggle source
# File lib/native_gap/configuration.rb, line 19
def initialize
    @android = true
    @ios = true
    @windows = true
    @chrome = true
end