struct Pipe::PushParams

Included Modules

Defined in:

pipe/commands/ingest_command.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def attrs : Array(UInt32) | Nil #

[View source]
def attrs=(attrs : Array(UInt32) | Nil) #

[View source]
def bucket : String #

[View source]
def bucket=(bucket : String) #

[View source]
def collection : String #

[View source]
def collection=(collection : String) #

[View source]
def headers : String | Nil #

[View source]
def headers=(headers : String | Nil) #

[View source]
def keywords : String | Nil #

[View source]
def keywords=(keywords : String | Nil) #

[View source]
def lang : String | Nil #

[View source]
def lang=(lang : String | Nil) #

[View source]
def object : String #

[View source]
def object=(object : String) #

[View source]
def text : String #

[View source]
def text=(text : String) #

[View source]