Class: FindSubscriptions::ConfigLoader::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/find_subscriptions/config_loader.rb

Overview

Returned by ConfigLoader.load; carries parsed options and schema defs.

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



16
17
18
# File 'lib/find_subscriptions/config_loader.rb', line 16

def options
  @options
end

#schemasObject

Returns the value of attribute schemas

Returns:

  • (Object)

    the current value of schemas



16
17
18
# File 'lib/find_subscriptions/config_loader.rb', line 16

def schemas
  @schemas
end