Class: Postspec::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/postspec/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#anchorsObject

Returns the value of attribute anchors

Returns:

  • (Object)

    the current value of anchors



4
5
6
# File 'lib/postspec/config.rb', line 4

def anchors
  @anchors
end

#cacheObject

Returns the value of attribute cache

Returns:

  • (Object)

    the current value of cache



4
5
6
# File 'lib/postspec/config.rb', line 4

def cache
  @cache
end

#databaseObject

Returns the value of attribute database

Returns:

  • (Object)

    the current value of database



4
5
6
# File 'lib/postspec/config.rb', line 4

def database
  @database
end

#fail_fastObject

Returns the value of attribute fail_fast

Returns:

  • (Object)

    the current value of fail_fast



4
5
6
# File 'lib/postspec/config.rb', line 4

def fail_fast
  @fail_fast
end

#ignoreObject

Returns the value of attribute ignore

Returns:

  • (Object)

    the current value of ignore



4
5
6
# File 'lib/postspec/config.rb', line 4

def ignore
  @ignore
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



4
5
6
# File 'lib/postspec/config.rb', line 4

def mode
  @mode
end

#reflectionsObject

Returns the value of attribute reflections

Returns:

  • (Object)

    the current value of reflections



4
5
6
# File 'lib/postspec/config.rb', line 4

def reflections
  @reflections
end