Class: FindSubscriptions::ConfigLoader::Result
- Inherits:
-
Struct
- Object
- Struct
- FindSubscriptions::ConfigLoader::Result
- Defined in:
- lib/find_subscriptions/config_loader.rb
Overview
Returned by ConfigLoader.load; carries parsed options and schema defs.
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#schemas ⇒ Object
Returns the value of attribute schemas.
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options
16 17 18 |
# File 'lib/find_subscriptions/config_loader.rb', line 16 def @options end |
#schemas ⇒ Object
Returns the value of attribute schemas
16 17 18 |
# File 'lib/find_subscriptions/config_loader.rb', line 16 def schemas @schemas end |