Class: Postspec::Config
- Inherits:
-
Struct
- Object
- Struct
- Postspec::Config
- Defined in:
- lib/postspec/config.rb
Instance Attribute Summary collapse
-
#anchors ⇒ Object
Returns the value of attribute anchors.
-
#cache ⇒ Object
Returns the value of attribute cache.
-
#database ⇒ Object
Returns the value of attribute database.
-
#fail_fast ⇒ Object
Returns the value of attribute fail_fast.
-
#ignore ⇒ Object
Returns the value of attribute ignore.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#reflections ⇒ Object
Returns the value of attribute reflections.
Instance Attribute Details
#anchors ⇒ Object
Returns the value of attribute anchors
4 5 6 |
# File 'lib/postspec/config.rb', line 4 def anchors @anchors end |
#cache ⇒ Object
Returns the value of attribute cache
4 5 6 |
# File 'lib/postspec/config.rb', line 4 def cache @cache end |
#database ⇒ Object
Returns the value of attribute database
4 5 6 |
# File 'lib/postspec/config.rb', line 4 def database @database end |
#fail_fast ⇒ Object
Returns the value of attribute fail_fast
4 5 6 |
# File 'lib/postspec/config.rb', line 4 def fail_fast @fail_fast end |
#ignore ⇒ Object
Returns the value of attribute ignore
4 5 6 |
# File 'lib/postspec/config.rb', line 4 def ignore @ignore end |
#mode ⇒ Object
Returns the value of attribute mode
4 5 6 |
# File 'lib/postspec/config.rb', line 4 def mode @mode end |
#reflections ⇒ Object
Returns the value of attribute reflections
4 5 6 |
# File 'lib/postspec/config.rb', line 4 def reflections @reflections end |