class Hasura::Schema::GetStorySpecs::StoryByPk

Included Modules

Defined in:

schema/schema.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def chapters : Array(Chapters) #

def chapters=(chapters : Array(Chapters)) #

def chapters? : Array(Chapters) | Nil #

def description : String #

def description=(description : String) #

def description? : String | Nil #

def title : String #

def title=(title : String) #

def title? : String | Nil #