module Ufo::Settings

Public Instance Methods

cfn() click to toggle source
# File lib/ufo/settings.rb, line 10
def cfn
  Ufo::Setting::Profile.new(:cfn, settings[:cfn_profile]).data
end
network() click to toggle source
# File lib/ufo/settings.rb, line 5
def network
  Ufo::Setting::Profile.new(:network, settings[:network_profile]).data
end
settings() click to toggle source
# File lib/ufo/settings.rb, line 15
def settings
  Setting.new.data
end