wrstudios/frodata

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.autotest
.codeclimate.json
.gitignore
.gitlab-ci.yml
.rspec
.ruby-gemset
.ruby-version
.travis.yml
CHANGELOG.md
Gemfile
LICENSE.txt
README.md
Rakefile
TODO.md
frodata.gemspec
images/bob-ross.jpg
lib/frodata.rb25
lib/frodata/entity.rb240
C
7 hrs
lib/frodata/entity_container.rb46
lib/frodata/entity_set.rb92
A
25 mins
lib/frodata/errors.rb55
A
45 mins
lib/frodata/navigation_property.rb24
lib/frodata/navigation_property/proxy.rb66
A
1 hr
lib/frodata/properties.rb27
lib/frodata/properties/binary.rb36
lib/frodata/properties/boolean.rb27
lib/frodata/properties/collection.rb40
lib/frodata/properties/complex.rb77
A
45 mins
lib/frodata/properties/date.rb20
lib/frodata/properties/date_time.rb58
A
25 mins
lib/frodata/properties/date_time_offset.rb13
lib/frodata/properties/decimal.rb35
lib/frodata/properties/enum.rb46
A
35 mins
lib/frodata/properties/float.rb44
lib/frodata/properties/geography.rb12
lib/frodata/properties/geography/base.rb109
A
25 mins
lib/frodata/properties/geography/line_string.rb28
lib/frodata/properties/geography/point.rb26
lib/frodata/properties/geography/polygon.rb33
lib/frodata/properties/guid.rb12
lib/frodata/properties/integer.rb71
lib/frodata/properties/number.rb12
lib/frodata/properties/string.rb51
lib/frodata/properties/time.rb29
lib/frodata/properties/time_of_day.rb20
lib/frodata/property.rb82
lib/frodata/property_registry.rb22
lib/frodata/query.rb127
A
2 hrs
lib/frodata/query/criteria.rb69
lib/frodata/query/criteria/comparison_operators.rb26