struct Elasticsearch::Script

Included Modules

Defined in:

client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, source : String, params : Hash(String, Array(JSON::Any) | Bool | Float64 | Hash(String, JSON::Any) | Int64 | String | Nil) = nil, lang : String = "painless") #

[View source]

Instance Method Detail

def lang : String #

[View source]
def params : Params #

[View source]
def source : String #

[View source]