Class: ApiScaffolding::Configuration
- Inherits:
-
Object
- Object
- ApiScaffolding::Configuration
- Defined in:
- lib/api_scaffolding/configuration.rb
Instance Attribute Summary collapse
-
#abilities_authorize_opts ⇒ Object
Returns the value of attribute abilities_authorize_opts.
-
#abilities_check ⇒ Object
Returns the value of attribute abilities_check.
-
#api_version_modules ⇒ Object
Returns the value of attribute api_version_modules.
-
#default_api_version ⇒ Object
Returns the value of attribute default_api_version.
-
#entity_entry_parent_class ⇒ Object
Returns the value of attribute entity_entry_parent_class.
-
#entity_fields_exclusions ⇒ Object
Returns the value of attribute entity_fields_exclusions.
-
#entity_list_parent_class ⇒ Object
Returns the value of attribute entity_list_parent_class.
-
#pagination_list_content ⇒ Object
Returns the value of attribute pagination_list_content.
-
#params_fields_exclusions ⇒ Object
Returns the value of attribute params_fields_exclusions.
Instance Attribute Details
#abilities_authorize_opts ⇒ Object
Returns the value of attribute abilities_authorize_opts.
4 5 6 |
# File 'lib/api_scaffolding/configuration.rb', line 4 def @abilities_authorize_opts end |
#abilities_check ⇒ Object
Returns the value of attribute abilities_check.
4 5 6 |
# File 'lib/api_scaffolding/configuration.rb', line 4 def abilities_check @abilities_check end |
#api_version_modules ⇒ Object
Returns the value of attribute api_version_modules.
4 5 6 |
# File 'lib/api_scaffolding/configuration.rb', line 4 def api_version_modules @api_version_modules end |
#default_api_version ⇒ Object
Returns the value of attribute default_api_version.
4 5 6 |
# File 'lib/api_scaffolding/configuration.rb', line 4 def default_api_version @default_api_version end |
#entity_entry_parent_class ⇒ Object
Returns the value of attribute entity_entry_parent_class.
4 5 6 |
# File 'lib/api_scaffolding/configuration.rb', line 4 def entity_entry_parent_class @entity_entry_parent_class end |
#entity_fields_exclusions ⇒ Object
Returns the value of attribute entity_fields_exclusions.
4 5 6 |
# File 'lib/api_scaffolding/configuration.rb', line 4 def entity_fields_exclusions @entity_fields_exclusions end |
#entity_list_parent_class ⇒ Object
Returns the value of attribute entity_list_parent_class.
4 5 6 |
# File 'lib/api_scaffolding/configuration.rb', line 4 def entity_list_parent_class @entity_list_parent_class end |
#pagination_list_content ⇒ Object
Returns the value of attribute pagination_list_content.
4 5 6 |
# File 'lib/api_scaffolding/configuration.rb', line 4 def pagination_list_content @pagination_list_content end |
#params_fields_exclusions ⇒ Object
Returns the value of attribute params_fields_exclusions.
4 5 6 |
# File 'lib/api_scaffolding/configuration.rb', line 4 def params_fields_exclusions @params_fields_exclusions end |