struct Turquoise::Eloquent::ImageModel::Request

Included Modules

Defined in:

turquoise/eloquent/extra.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(prompt : String, num_steps : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def num_steps : Int32 | Nil #

[View source]
def num_steps=(num_steps : Int32 | Nil) #

[View source]
def prompt : String #

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

[View source]