class Editmode::Chunk

Included Modules

Defined in:

editmode/methods/core/chunks/list_chunks.cr
editmode/methods/core/chunks/retrieve_chunk.cr
editmode/objects/core/chunk/chunk.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.list(project_id : String, collection_identifier : String | Nil = nil, as_string : Bool = false) #

[View source]
def self.retrieve(content_key : String, project_id : String) #

[View source]
def self.retrieve(chunk_id : String) #

[View source]

Instance Method Detail

def branch_id : String #

[View source]
def chunk_type : String #

[View source]
def collection : Editmode::Collection | Nil #

[View source]
def content : String | Array(Editmode::CollectionItem) #

[View source]
def content_key : String | Nil #

[View source]
def id #

[View source]
def identifier : String #

[View source]
def master_branch : Bool #

[View source]
def project_id : String #

[View source]
def variable_fallbacks : Hash(String, String) | Nil #

[View source]