Table of Contents - frodo-0.12.8 Documentation
Classes and Modules
- Frodo
- Frodo::AbstractClient
- Frodo::Client
- Frodo::Concerns
- Frodo::Concerns::API
- Frodo::Concerns::Authentication
- Frodo::Concerns::Base
- Frodo::Concerns::Caching
- Frodo::Concerns::Connection
- Frodo::Concerns::Verbs
- Frodo::Configuration
- Frodo::Configuration::Option
- Frodo::Entity
- Frodo::EntityContainer
- Frodo::EntitySet
- Frodo::Middleware
- Frodo::Middleware::Authentication
- Frodo::Middleware::Authentication::ClientCredentials
- Frodo::Middleware::Authentication::Password
- Frodo::Middleware::Authentication::Token
- Frodo::Middleware::Authorization
- Frodo::Middleware::Caching
- Frodo::Middleware::CustomHeaders
- Frodo::Middleware::Gzip
- Frodo::Middleware::InstanceURL
- Frodo::Middleware::Logger
- Frodo::Middleware::Multipart
- Frodo::Middleware::OdataHeaders
- Frodo::Middleware::RaiseError
- Frodo::NavigationProperty
- Frodo::NavigationProperty::Proxy
- Frodo::Properties
- Frodo::Properties::Binary
- Frodo::Properties::Boolean
- Frodo::Properties::Byte
- Frodo::Properties::Collection
- Frodo::Properties::Complex
- Frodo::Properties::Date
- Frodo::Properties::DateTime
- Frodo::Properties::DateTimeOffset
- Frodo::Properties::Decimal
- Frodo::Properties::Double
- Frodo::Properties::Enum
- Frodo::Properties::Float
- Frodo::Properties::Geography
- Frodo::Properties::Geography::Base
- Frodo::Properties::Geography::LineString
- Frodo::Properties::Geography::Point
- Frodo::Properties::Geography::Polygon
- Frodo::Properties::Guid
- Frodo::Properties::Int16
- Frodo::Properties::Int32
- Frodo::Properties::Int64
- Frodo::Properties::Integer
- Frodo::Properties::Number
- Frodo::Properties::SByte
- Frodo::Properties::Single
- Frodo::Properties::String
- Frodo::Properties::Time
- Frodo::Properties::TimeOfDay
- Frodo::Property
- Frodo::PropertyRegistry
- Frodo::Query
- Frodo::Query::Criteria
- Frodo::Query::Criteria::ComparisonOperators
- Frodo::Query::Criteria::DateFunctions
- Frodo::Query::Criteria::GeographyFunctions
- Frodo::Query::Criteria::LambdaOperators
- Frodo::Query::Criteria::StringFunctions
- Frodo::Query::InBatches
- Frodo::Railtie
- Frodo::Schema
- Frodo::Schema::ComplexType
- Frodo::Schema::EnumType
- Frodo::Service
- Frodo::ServiceRegistry
Methods
- ::[] — Frodo::PropertyRegistry
- ::[] — Frodo::ServiceRegistry
- ::add — Frodo::PropertyRegistry
- ::add — Frodo::ServiceRegistry
- ::build — Frodo::NavigationProperty
- ::configuration — Frodo
- ::configure — Frodo
- ::define — Frodo::Configuration::Option
- ::extract_metadata — Frodo::Entity
- ::from_json — Frodo::Entity
- ::from_xml — Frodo::Entity
- ::from_xml — Frodo::Properties::Complex
- ::from_xml — Frodo::Properties::Geography::Base
- ::from_xml — Frodo::Property
- ::load_configuration! — Frodo::Railtie
- ::log — Frodo
- ::log? — Frodo
- ::new — Frodo::Configuration::Option
- ::new — Frodo::Entity
- ::new — Frodo::EntityContainer
- ::new — Frodo::EntitySet
- ::new — Frodo::Middleware
- ::new — Frodo::Middleware::Logger
- ::new — Frodo::NavigationProperty
- ::new — Frodo::NavigationProperty::Proxy
- ::new — Frodo::Properties::Collection
- ::new — Frodo::Properties::Complex
- ::new — Frodo::Properties::Geography::Base
- ::new — Frodo::Property
- ::new — Frodo::Query
- ::new — Frodo::Query::Criteria
- ::new — Frodo::Schema
- ::new — Frodo::Schema::ComplexType
- ::new — Frodo::Schema::EnumType
- ::new — Frodo::Service
- ::new — Frodo
- ::new — Frodo::Concerns::Base
- ::option — Frodo::Configuration
- ::parse_xml — Frodo::Properties::Geography::LineString
- ::parse_xml — Frodo::Properties::Geography::Point
- ::parse_xml — Frodo::Properties::Geography::Polygon
- ::process_links — Frodo::Entity
- ::process_metadata — Frodo::Entity
- ::process_properties — Frodo::Entity
- ::setup_service_registry! — Frodo::Railtie
- ::srid_from_xml — Frodo::Properties::Geography::Base
- ::with_properties — Frodo::Entity
- #== — Frodo::Property
- #[] — Frodo::Entity
- #[] — Frodo::EntityContainer
- #[] — Frodo::Properties::Complex
- #[] — Frodo::PropertyRegistry
- #[] — Frodo::Query
- #[] — Frodo::Schema::EnumType
- #[] — Frodo::Service
- #[] — Frodo::ServiceRegistry
- #[]= — Frodo::Entity
- #[]= — Frodo::Properties::Complex
- #actions — Frodo::EntityContainer
- #actions — Frodo::Schema
- #adapter — Frodo::Concerns::Connection
- #add — Frodo::PropertyRegistry
- #add — Frodo::ServiceRegistry
- #alias — Frodo::Schema
- #all — Frodo::Query::Criteria::LambdaOperators
- #allows_nil? — Frodo::Property
- #any — Frodo::Query::Criteria::LambdaOperators
- #any_errors? — Frodo::Entity
- #api_path — Frodo::Concerns::API
- #assemble_criteria — Frodo::Query
- #authenticate! — Frodo::Middleware::Authentication
- #authenticate! — Frodo::Concerns::Authentication
- #authentication_middleware — Frodo::Concerns::Authentication
- #body — Frodo::Middleware::RaiseError
- #build_entity — Frodo::Concerns::API
- #builder — Frodo::Concerns::Connection
- #cache — Frodo::Concerns::Caching
- #cache_key — Frodo::Middleware::Caching
- #call — Frodo::Middleware::Authentication
- #call — Frodo::Middleware::Authorization
- #call — Frodo::Middleware::Caching
- #call — Frodo::Middleware::CustomHeaders
- #call — Frodo::Middleware::Gzip
- #call — Frodo::Middleware::InstanceURL
- #call — Frodo::Middleware::Logger
- #call — Frodo::Middleware::Multipart
- #call — Frodo::Middleware::OdataHeaders
- #client — Frodo::Middleware
- #client_credentials? — Frodo::Concerns::Authentication
- #collect_members — Frodo::Schema::EnumType
- #collect_properties — Frodo::Schema::ComplexType
- #complex_type — Frodo::Properties::Complex
- #complex_types — Frodo::Schema
- #complex_types — Frodo::Service
- #concurrency_mode — Frodo::Property
- #connection — Frodo::Middleware
- #connection — Frodo::Middleware::Authentication
- #connection — Frodo::Concerns::Connection
- #connection_options — Frodo::Concerns::Connection
- #contains — Frodo::Query::Criteria::StringFunctions
- #context — Frodo::Entity
- #context_url — Frodo::Entity
- #coords_from_s — Frodo::Properties::Geography::LineString
- #coords_from_s — Frodo::Properties::Geography::Point
- #coords_from_s — Frodo::Properties::Geography::Polygon
- #coords_to_s — Frodo::Properties::Geography::LineString
- #coords_to_s — Frodo::Properties::Geography::Point
- #coords_to_s — Frodo::Properties::Geography::Polygon
- #count — Frodo::Query
- #count — Frodo::Concerns::API
- #create — Frodo::Concerns::API
- #create! — Frodo::Concerns::API
- #create_multipart — Frodo::Middleware::Multipart
- #crs — Frodo::Properties::Geography::Base
- #crs_name — Frodo::Properties::Geography::Base
- #date — Frodo::Query::Criteria::DateFunctions
- #date_class — Frodo::Properties::Date
- #date_class — Frodo::Properties::DateTime
- #date_class — Frodo::Properties::TimeOfDay
- #day — Frodo::Query::Criteria::DateFunctions
- #decompress — Frodo::Middleware::Gzip
- #default_logger — Frodo::Service
- #default_options — Frodo::Properties::String
- #default_options — Frodo::Property
- #default_options — Frodo::Service
- #default_value — Frodo::Properties::String
- #define — Frodo::Configuration::Option
- #define_api_verb — Frodo::Concerns::Verbs
- #define_method — Frodo::Configuration::Option
- #define_verb — Frodo::Concerns::Verbs
- #define_verbs — Frodo::Concerns::Verbs
- #destroy — Frodo::Concerns::API
- #destroy! — Frodo::Concerns::API
- #distance — Frodo::Query::Criteria::GeographyFunctions
- #dump — Frodo::Middleware::Logger
- #each_batch — Frodo::Query::InBatches
- #encode_value — Frodo::Properties::String
- #encode_www_form — Frodo::Middleware::Authentication
- #endswith — Frodo::Query::Criteria::StringFunctions
- #entity_container — Frodo::Service
- #entity_options — Frodo::EntitySet
- #entity_primary_key — Frodo::EntitySet
- #entity_set — Frodo::Query
- #entity_sets — Frodo::EntityContainer
- #entity_sets — Frodo::Service
- #entity_type — Frodo::NavigationProperty
- #entity_type — Frodo::NavigationProperty::Proxy
- #entity_types — Frodo::Schema
- #entity_types — Frodo::Service
- #enum_types — Frodo::Schema
- #enum_types — Frodo::Service
- #eq — Frodo::Query::Criteria::ComparisonOperators
- #error_message — Frodo::Middleware::Authentication
- #exceptions — Frodo::Concerns::API
- #expand — Frodo::Query
- #expire — Frodo::Middleware::Caching
- #exponent_size — Frodo::Properties::Integer
- #exponent_size — Frodo::Properties::Int16
- #exponent_size — Frodo::Properties::Int32
- #exponent_size — Frodo::Properties::Byte
- #exponent_size — Frodo::Properties::SByte
- #faraday_options — Frodo::Middleware::Authentication
- #fetch_result — Frodo::NavigationProperty::Proxy
- #filter_criteria — Frodo::Query
- #find — Frodo::Query
- #find — Frodo::Concerns::API
- #flush — Frodo::ServiceRegistry
- #fractionalseconds — Frodo::Query::Criteria::DateFunctions
- #function_expression — Frodo::Query::Criteria
- #functions — Frodo::EntityContainer
- #functions — Frodo::Schema
- #ge — Frodo::Query::Criteria::ComparisonOperators
- #get_paginated_entities — Frodo::Query::InBatches
- #get_property — Frodo::Entity
- #get_property_type — Frodo::Schema
- #get_property_type — Frodo::Service
- #get_type_definition_for_entity_name — Frodo::Schema
- #gt — Frodo::Query::Criteria::ComparisonOperators
- #gzipped? — Frodo::Middleware::Gzip
- #has_default_value? — Frodo::Properties::String
- #has_multipart? — Frodo::Middleware::Multipart
- #hashed_auth_header — Frodo::Middleware::Caching
- #hour — Frodo::Query::Criteria::DateFunctions
- #id — Frodo::Entity
- #in_batches — Frodo::Query::InBatches
- #include_count — Frodo::Query
- #init_properties — Frodo::Properties::Complex
- #initialize_instance_variables — Frodo::ServiceRegistry
- #inline_count_criteria — Frodo::Query
- #insert — Frodo::Concerns::API
- #insert! — Frodo::Concerns::API
- #inspect — Frodo::Service
- #inspect — Frodo::Concerns::Base
- #instance_url — Frodo::Concerns::Base
- #instantiate_property — Frodo::Entity
- #intersects — Frodo::Query::Criteria::GeographyFunctions
- #is_flags? — Frodo::Schema::EnumType
- #is_new? — Frodo::Entity
- #is_unicode? — Frodo::Properties::String
- #json_value — Frodo::NavigationProperty::Proxy
- #json_value — Frodo::Properties::DateTime
- #json_value — Frodo::Properties::Geography::Base
- #json_value — Frodo::Property
- #lambda_expression — Frodo::Query::Criteria
- #lambda_operator? — Frodo::Query::Criteria::LambdaOperators
- #le — Frodo::Query::Criteria::ComparisonOperators
- #limit — Frodo::Query
- #link — Frodo::NavigationProperty::Proxy
- #links — Frodo::Entity
- #list_criteria — Frodo::Query
- #logger — Frodo::Property
- #logger — Frodo::Service
- #lt — Frodo::Query::Criteria::ComparisonOperators
- #max_value — Frodo::Properties::Decimal
- #max_value — Frodo::Properties::Float
- #max_value — Frodo::Properties::Single
- #max_value — Frodo::Properties::Integer
- #members — Frodo::Properties::Enum
- #members — Frodo::Schema::EnumType
- #message — Frodo::Middleware::RaiseError
- #metadata — Frodo::Service
- #metadata — Frodo::Concerns::API
- #metadata_on_init — Frodo::Concerns::API
- #metadata_url — Frodo::Service
- #middleware — Frodo::Concerns::Connection
- #min_value — Frodo::Properties::Decimal
- #min_value — Frodo::Properties::Float
- #min_value — Frodo::Properties::Single
- #min_value — Frodo::Properties::Integer
- #min_value — Frodo::Properties::Byte
- #minute — Frodo::Query::Criteria::DateFunctions
- #month — Frodo::Query::Criteria::DateFunctions
- #name — Frodo::Entity
- #name — Frodo::EntityContainer
- #name — Frodo::Schema::ComplexType
- #name — Frodo::Schema::EnumType
- #name — Frodo::Service
- #namespace — Frodo::Entity
- #namespace — Frodo::EntityContainer
- #namespace — Frodo::NavigationProperty::Proxy
- #namespace — Frodo::Schema
- #namespace — Frodo::Schema::ComplexType
- #namespace — Frodo::Schema::EnumType
- #namespace — Frodo::Service
- #nav_property — Frodo::NavigationProperty::Proxy
- #nav_type — Frodo::NavigationProperty
- #navigation_properties — Frodo::Entity
- #navigation_properties — Frodo::Schema
- #navigation_properties_for_entity — Frodo::Schema
- #navigation_property_names — Frodo::Entity
- #ne — Frodo::Query::Criteria::ComparisonOperators
- #new_entity — Frodo::EntitySet
- #oauth_refresh? — Frodo::Concerns::Authentication
- #on_complete — Frodo::Middleware::Gzip
- #on_complete — Frodo::Middleware::Logger
- #on_complete — Frodo::Middleware::RaiseError
- #options — Frodo::Configuration
- #options — Frodo::Schema::EnumType
- #order_by — Frodo::Query
- #paging_criteria — Frodo::Query
- #params — Frodo::Middleware::Authentication
- #params — Frodo::Middleware::Authentication::ClientCredentials
- #params — Frodo::Middleware::Authentication::Password
- #params — Frodo::Middleware::Authentication::Token
- #params — Frodo::Query
- #parse_annotations_from_property_name — Frodo::Entity
- #parse_entities — Frodo::Concerns::API
- #parse_entity — Frodo::Concerns::API
- #parse_value — Frodo::Properties::Binary
- #parse_value — Frodo::Properties::DateTime
- #parse_value — Frodo::Properties::Enum
- #parse_value — Frodo::Properties::Time
- #parse_wkt — Frodo::Properties::Geography::Base
- #password? — Frodo::Concerns::Authentication
- #primary_key — Frodo::Entity
- #primary_key_for — Frodo::Schema
- #primary_key_for — Frodo::Service
- #process_property_from_xml — Frodo::Schema
- #process_request? — Frodo::Middleware::Multipart
- #properties — Frodo::Entity
- #properties — Frodo::Properties::Complex
- #properties — Frodo::PropertyRegistry
- #properties — Frodo::Schema::ComplexType
- #properties_for_entity — Frodo::Schema
- #properties_for_entity — Frodo::Service
- #properties_xml_value — Frodo::Entity
- #property_class — Frodo::Schema::ComplexType
- #property_class — Frodo::Schema::EnumType
- #property_name — Frodo::Query::Criteria
- #property_names — Frodo::Entity
- #property_names — Frodo::Properties::Complex
- #property_names — Frodo::Schema::ComplexType
- #query — Frodo::EntitySet
- #query — Frodo::Concerns::API
- #read_metadata — Frodo::Service
- #recurse_on_parent_type — Frodo::Schema
- #referential_constraints_for_entity — Frodo::Schema
- #register_custom_types — Frodo::Service
- #response_values — Frodo::Middleware::RaiseError
- #schema — Frodo::Entity
- #schema — Frodo::EntityContainer
- #schema — Frodo::NavigationProperty::Proxy
- #schema — Frodo::Schema::ComplexType
- #schemas — Frodo::Service
- #search — Frodo::Query
- #search_criteria — Frodo::Query
- #second — Frodo::Query::Criteria::DateFunctions
- #select — Frodo::Query
- #select — Frodo::Concerns::API
- #service — Frodo::Entity
- #service — Frodo::EntitySet
- #service — Frodo::NavigationProperty::Proxy
- #service — Frodo::Property
- #service — Frodo::Query
- #service — Frodo::Schema::ComplexType
- #service — Frodo::Schema::EnumType
- #service — Frodo::Concerns::Base
- #set_function_and_argument — Frodo::Query::Criteria
- #set_operator_and_value — Frodo::Query::Criteria
- #set_properties — Frodo::Properties::Complex
- #set_property — Frodo::Entity
- #set_property_lazy_load — Frodo::Entity
- #setup_empty_criteria_set — Frodo::Query
- #single_entity? — Frodo::Concerns::API
- #singletons — Frodo::EntityContainer
- #skip — Frodo::Query
- #srs_name — Frodo::Properties::Geography::Base
- #startswith — Frodo::Query::Criteria::StringFunctions
- #strict? — Frodo::Property
- #strptime_format — Frodo::Properties::Date
- #strptime_format — Frodo::Properties::DateTime
- #strptime_format — Frodo::Properties::DateTimeOffset
- #strptime_format — Frodo::Properties::TimeOfDay
- #time — Frodo::Query::Criteria::DateFunctions
- #to_hash — Frodo::Entity
- #to_json — Frodo::Entity
- #to_s — Frodo::Query
- #to_s — Frodo::Query::Criteria
- #to_url_chunk — Frodo::Concerns::API
- #to_xml — Frodo::Entity
- #to_xml — Frodo::Properties::Complex
- #to_xml — Frodo::Properties::Geography::Base
- #to_xml — Frodo::Property
- #token — Frodo::Middleware::Authorization
- #token_endpoint — Frodo::Middleware::Authentication
- #tolower — Frodo::Query::Criteria::StringFunctions
- #toupper — Frodo::Query::Criteria::StringFunctions
- #type — Frodo::Properties::Binary
- #type — Frodo::Properties::Boolean
- #type — Frodo::Properties::Collection
- #type — Frodo::Properties::Date
- #type — Frodo::Properties::DateTime
- #type — Frodo::Properties::DateTimeOffset
- #type — Frodo::Properties::Decimal
- #type — Frodo::Properties::Float
- #type — Frodo::Properties::Single
- #type — Frodo::Properties::Geography::LineString
- #type — Frodo::Properties::Geography::Point
- #type — Frodo::Properties::Geography::Polygon
- #type — Frodo::Properties::Guid
- #type — Frodo::Properties::Integer
- #type — Frodo::Properties::Int16
- #type — Frodo::Properties::Int32
- #type — Frodo::Properties::Byte
- #type — Frodo::Properties::SByte
- #type — Frodo::Properties::String
- #type — Frodo::Properties::Time
- #type — Frodo::Properties::TimeOfDay
- #type — Frodo::Property
- #type — Frodo::Schema::ComplexType
- #type — Frodo::Schema::EnumType
- #type_class — Frodo::Properties::Collection
- #type_definition — Frodo::Schema::ComplexType
- #type_definition — Frodo::Schema::EnumType
- #type_definitions — Frodo::Schema
- #type_name — Frodo::Properties::Geography::Base
- #underlying_type — Frodo::Schema::EnumType
- #update — Frodo::Concerns::API
- #update! — Frodo::Concerns::API
- #url_prefix_set? — Frodo::Middleware::InstanceURL
- #url_value — Frodo::Properties::Binary
- #url_value — Frodo::Properties::Collection
- #url_value — Frodo::Properties::Date
- #url_value — Frodo::Properties::DateTime
- #url_value — Frodo::Properties::Decimal
- #url_value — Frodo::Properties::Enum
- #url_value — Frodo::Properties::Single
- #url_value — Frodo::Properties::Geography::Base
- #url_value — Frodo::Properties::Guid
- #url_value — Frodo::Properties::String
- #url_value — Frodo::Properties::TimeOfDay
- #url_value — Frodo::Property
- #url_value — Frodo::Query::Criteria
- #use_cache? — Frodo::Middleware::Caching
- #validate — Frodo::Properties::Binary
- #validate — Frodo::Properties::Boolean
- #validate — Frodo::Properties::Complex
- #validate — Frodo::Properties::DateTime
- #validate — Frodo::Properties::Decimal
- #validate — Frodo::Properties::Enum
- #validate — Frodo::Properties::String
- #validate — Frodo::Properties::Time
- #validate — Frodo::Properties::Number
- #validate_options — Frodo::Properties::Complex
- #validation_error — Frodo::Property
- #value — Frodo::NavigationProperty::Proxy
- #value — Frodo::Properties::Binary
- #value — Frodo::Properties::Boolean
- #value — Frodo::Properties::Collection
- #value — Frodo::Properties::Complex
- #value — Frodo::Properties::DateTime
- #value — Frodo::Properties::Decimal
- #value — Frodo::Properties::Enum
- #value — Frodo::Properties::Float
- #value — Frodo::Properties::Integer
- #value — Frodo::Properties::String
- #value — Frodo::Properties::Time
- #value= — Frodo::NavigationProperty::Proxy
- #value= — Frodo::Properties::Binary
- #value= — Frodo::Properties::Boolean
- #value= — Frodo::Properties::Collection
- #value= — Frodo::Properties::Complex
- #value= — Frodo::Properties::DateTime
- #value= — Frodo::Properties::Decimal
- #value= — Frodo::Properties::Enum
- #value= — Frodo::Properties::Float
- #value= — Frodo::Properties::Geography::Base
- #value= — Frodo::Properties::Integer
- #value= — Frodo::Properties::String
- #value= — Frodo::Properties::Time
- #value_to_xml — Frodo::Properties::Geography::Base
- #value_type — Frodo::Properties::Collection
- #where — Frodo::Query
- #with_metadata? — Frodo::Service
- #without_caching — Frodo::Concerns::Caching
- #write_attribute — Frodo::Configuration::Option
- #xml_value — Frodo::Properties::DateTime
- #xml_value — Frodo::Properties::Geography::LineString
- #xml_value — Frodo::Properties::Geography::Point
- #xml_value — Frodo::Properties::Geography::Polygon
- #xml_value — Frodo::Property
- #year — Frodo::Query::Criteria::DateFunctions