Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
hermes
v0.3.0
Hermes
AggregationResponse
Client
Cluster
Config
Hit
Hits
Index
OptionValue
MultiGetResponse
Persistent
Any
Repository
Response
SearchResponse
Types
Binary
Circle
Envelope
GeometryCollection
GeoPoint
GeoShape
IGeoShape
IP
LineString
MultiLineString
MultiPoint
MultiPolygon
Point
Polygon
Range
Built with Crystal 1.9.2
2023-10-08 01:27:28 UTC
class
Hermes::Config
Hermes::Config
Reference
Object
Defined in:
hermes/config.cr
Class Method Summary
.configure
(&)
.host
.host=
(value : Nil | String)
.port
.port=
(value : Int32 | Nil)
.schema
.schema=
(value : Nil | String)
Class Method Detail
def self.
configure
(&)
#
[
View source
]
def self.
host
#
[
View source
]
def self.
host=
(value : Nil | String)
#
[
View source
]
def self.
port
#
[
View source
]
def self.
port=
(value : Int32 | Nil)
#
[
View source
]
def self.
schema
#
[
View source
]
def self.
schema=
(value : Nil | String)
#
[
View source
]