Module: PriceHubble
- Includes:
- Client, ConfigurationHandling, Identity, Instrumentation
- Defined in:
- lib/price_hubble.rb,
lib/price_hubble/client.rb,
lib/price_hubble/errors.rb,
lib/price_hubble/railtie.rb,
lib/price_hubble/version.rb,
lib/price_hubble/identity.rb,
lib/price_hubble/client/base.rb,
lib/price_hubble/configuration.rb,
lib/price_hubble/utils/bangers.rb,
lib/price_hubble/entity/address.rb,
lib/price_hubble/entity/dossier.rb,
lib/price_hubble/utils/decision.rb,
lib/price_hubble/client/dossiers.rb,
lib/price_hubble/entity/location.rb,
lib/price_hubble/entity/property.rb,
lib/price_hubble/instrumentation.rb,
lib/price_hubble/client/valuation.rb,
lib/price_hubble/entity/valuation.rb,
lib/price_hubble/entity/base_entity.rb,
lib/price_hubble/entity/coordinates.rb,
lib/price_hubble/client/utils/request.rb,
lib/price_hubble/entity/property_type.rb,
lib/price_hubble/client/authentication.rb,
lib/price_hubble/client/utils/response.rb,
lib/price_hubble/entity/authentication.rb,
lib/price_hubble/entity/concern/client.rb,
lib/price_hubble/configuration_handling.rb,
lib/price_hubble/entity/valuation_scores.rb,
lib/price_hubble/entity/concern/callbacks.rb,
lib/price_hubble/entity/valuation_request.rb,
lib/price_hubble/entity/concern/attributes.rb,
lib/price_hubble/entity/property_qualities.rb,
lib/price_hubble/entity/concern/persistence.rb,
lib/price_hubble/entity/property_conditions.rb,
lib/price_hubble/entity/concern/associations.rb,
lib/price_hubble/client/request/default_headers.rb,
lib/price_hubble/entity/concern/attributes/enum.rb,
lib/price_hubble/instrumentation/log_subscriber.rb,
lib/price_hubble/entity/concern/attributes/range.rb,
lib/price_hubble/client/request/data_sanitization.rb,
lib/price_hubble/client/response/data_sanitization.rb,
lib/price_hubble/entity/concern/attributes/date_array.rb,
lib/price_hubble/client/response/recursive_open_struct.rb,
lib/price_hubble/entity/concern/attributes/string_inquirer.rb
Overview
The gem version details.
Defined Under Namespace
Modules: Client, ConfigurationHandling, EntityConcern, Identity, Instrumentation, Utils Classes: Address, Authentication, AuthenticationError, BaseEntity, Configuration, Coordinates, Dossier, EntityError, EntityInvalid, EntityNotFound, Location, Property, PropertyConditions, PropertyQualities, PropertyType, Railtie, RequestError, Valuation, ValuationRequest, ValuationScores
Constant Summary collapse
- VERSION =
The version of the
price-hubble
gem '1.3.0'
Class Method Summary collapse
-
.gem_version ⇒ Gem::Version
Returns the version of the gem as a
Gem::Version
. -
.version ⇒ String
Returns the version of gem as a string.
Methods included from Identity
Methods included from Client
Methods included from ConfigurationHandling
configuration, configure, identity_params, logger, reset_configuration!
Class Method Details
.gem_version ⇒ Gem::Version
Returns the version of the gem as a Gem::Version
.
19 20 21 |
# File 'lib/price_hubble/version.rb', line 19 def gem_version Gem::Version.new VERSION end |
.version ⇒ String
Returns the version of gem as a string.
12 13 14 |
# File 'lib/price_hubble/version.rb', line 12 def version VERSION end |