struct Laspatule::Models::Recipe::Step

Included Modules

Defined in:

laspatule/models/recipe_step.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int32, instruction : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(id _id = @id, instruction _instruction = @instruction) #

[View source]
def id : Int32 #

def instruction : String #