Module: GrapePress::Configuration
- Included in:
- Cli
- Defined in:
- lib/grape_press/configuration.rb
Instance Attribute Summary collapse
-
#active_record ⇒ Object
readonly
Returns the value of attribute active_record.
-
#api_version ⇒ Object
readonly
Returns the value of attribute api_version.
-
#app_class ⇒ Object
readonly
Returns the value of attribute app_class.
-
#app_name ⇒ Object
readonly
Returns the value of attribute app_name.
-
#database ⇒ Object
readonly
Returns the value of attribute database.
-
#mongoid ⇒ Object
readonly
Returns the value of attribute mongoid.
-
#serializer ⇒ Object
readonly
Returns the value of attribute serializer.
Instance Attribute Details
#active_record ⇒ Object (readonly)
Returns the value of attribute active_record.
3 4 5 |
# File 'lib/grape_press/configuration.rb', line 3 def active_record @active_record end |
#api_version ⇒ Object (readonly)
Returns the value of attribute api_version.
3 4 5 |
# File 'lib/grape_press/configuration.rb', line 3 def api_version @api_version end |
#app_class ⇒ Object (readonly)
Returns the value of attribute app_class.
3 4 5 |
# File 'lib/grape_press/configuration.rb', line 3 def app_class @app_class end |
#app_name ⇒ Object (readonly)
Returns the value of attribute app_name.
3 4 5 |
# File 'lib/grape_press/configuration.rb', line 3 def app_name @app_name end |
#database ⇒ Object (readonly)
Returns the value of attribute database.
3 4 5 |
# File 'lib/grape_press/configuration.rb', line 3 def database @database end |
#mongoid ⇒ Object (readonly)
Returns the value of attribute mongoid.
3 4 5 |
# File 'lib/grape_press/configuration.rb', line 3 def mongoid @mongoid end |
#serializer ⇒ Object (readonly)
Returns the value of attribute serializer.
3 4 5 |
# File 'lib/grape_press/configuration.rb', line 3 def serializer @serializer end |