class Humidifier::Loader::PropertyTypes

Handles searching the PropertyTypes specifications for a specific resource type

Attributes

structs[R]

Public Class Methods

new(structs) click to toggle source
# File lib/humidifier/loader.rb, line 12
def initialize(structs)
  @structs = structs
end

Public Instance Methods

Private Instance Methods

global() click to toggle source
# File lib/humidifier/loader.rb, line 25
def global
  @global ||= structs.reject { |key, _| key.match(/AWS/) }
end