Class: JsonapiRspec::Configuration
- Inherits:
-
Object
- Object
- JsonapiRspec::Configuration
- Defined in:
- lib/jsonapi_rspec/configuration.rb
Overview
Class Configuration provides a config object for certain options
Instance Attribute Summary collapse
-
#meta_required ⇒ Object
Returns the value of attribute meta_required.
-
#required_meta_sections ⇒ Object
Returns the value of attribute required_meta_sections.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
11 12 13 14 |
# File 'lib/jsonapi_rspec/configuration.rb', line 11 def initialize = false = [] # :copyright, :version, etc. end |
Instance Attribute Details
#meta_required ⇒ Object
Returns the value of attribute meta_required.
9 10 11 |
# File 'lib/jsonapi_rspec/configuration.rb', line 9 def end |
#required_meta_sections ⇒ Object
Returns the value of attribute required_meta_sections.
9 10 11 |
# File 'lib/jsonapi_rspec/configuration.rb', line 9 def end |