Module: FrOData

Defined in:
lib/frodata.rb,
lib/frodata/query.rb,
lib/frodata/entity.rb,
lib/frodata/errors.rb,
lib/frodata/schema.rb,
lib/frodata/railtie.rb,
lib/frodata/service.rb,
lib/frodata/version.rb,
lib/frodata/property.rb,
lib/frodata/entity_set.rb,
lib/frodata/query/criteria.rb,
lib/frodata/properties/date.rb,
lib/frodata/properties/enum.rb,
lib/frodata/properties/guid.rb,
lib/frodata/properties/time.rb,
lib/frodata/service/request.rb,
lib/frodata/entity_container.rb,
lib/frodata/properties/float.rb,
lib/frodata/query/in_batches.rb,
lib/frodata/schema/enum_type.rb,
lib/frodata/service/response.rb,
lib/frodata/service_registry.rb,
lib/frodata/properties/binary.rb,
lib/frodata/properties/number.rb,
lib/frodata/properties/string.rb,
lib/frodata/property_registry.rb,
lib/frodata/properties/boolean.rb,
lib/frodata/properties/complex.rb,
lib/frodata/properties/decimal.rb,
lib/frodata/properties/integer.rb,
lib/frodata/navigation_property.rb,
lib/frodata/schema/complex_type.rb,
lib/frodata/properties/date_time.rb,
lib/frodata/service/response/xml.rb,
lib/frodata/properties/collection.rb,
lib/frodata/service/response/atom.rb,
lib/frodata/service/response/json.rb,
lib/frodata/properties/time_of_day.rb,
lib/frodata/service/response/plain.rb,
lib/frodata/navigation_property/proxy.rb,
lib/frodata/properties/geography/base.rb,
lib/frodata/properties/geography/point.rb,
lib/frodata/properties/date_time_offset.rb,
lib/frodata/properties/geography/polygon.rb,
lib/frodata/query/criteria/date_functions.rb,
lib/frodata/query/criteria/lambda_operators.rb,
lib/frodata/query/criteria/string_functions.rb,
lib/frodata/properties/geography/line_string.rb,
lib/frodata/query/criteria/geography_functions.rb,
lib/frodata/query/criteria/comparison_operators.rb

Overview

The FrOData gem provides a convenient way to interact with OData V4 services from Ruby. Please look to the README for how to get started using the FrOData gem.

Defined Under Namespace

Modules: Errors, Properties Classes: ClientError, Entity, EntityContainer, EntitySet, Error, NavigationProperty, Property, PropertyRegistry, Query, Railtie, RequestError, Schema, ServerError, Service, ServiceRegistry

Constant Summary collapse

VERSION =
'0.9.3'