Module: GrapePress::Configuration

Included in:
Cli
Defined in:
lib/grape_press/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#active_recordObject (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_versionObject (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_classObject (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_nameObject (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

#databaseObject (readonly)

Returns the value of attribute database.



3
4
5
# File 'lib/grape_press/configuration.rb', line 3

def database
  @database
end

#mongoidObject (readonly)

Returns the value of attribute mongoid.



3
4
5
# File 'lib/grape_press/configuration.rb', line 3

def mongoid
  @mongoid
end

#serializerObject (readonly)

Returns the value of attribute serializer.



3
4
5
# File 'lib/grape_press/configuration.rb', line 3

def serializer
  @serializer
end