krasnoukhov/lotus-dynamodb

View on GitHub
lib/lotus/model/adapters/dynamodb/coercer.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Coercer has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

        class Coercer < Lotus::Model::Mapping::Coercer
          SKIPPED_KLASSES = [Float, Integer, Set, String]
          SUPPORTED_KLASSES = [AWS::DynamoDB::Binary, Array, Boolean, Date, DateTime, Hash, Time]

          # Converts value from given type to DynamoDB record value.
Severity: Minor
Found in lib/lotus/model/adapters/dynamodb/coercer.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status