class Editmode::Chunk
- Editmode::Chunk
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
editmode/methods/core/chunks/list_chunks.creditmode/methods/core/chunks/retrieve_chunk.cr
editmode/objects/core/chunk/chunk.cr
Constructors
Class Method Summary
- .list(project_id : String, collection_identifier : String | Nil = nil, as_string : Bool = false)
- .retrieve(content_key : String, project_id : String)
- .retrieve(chunk_id : String)
Instance Method Summary
- #branch_id : String
- #chunk_type : String
- #collection : Editmode::Collection | Nil
- #content : String | Array(Editmode::CollectionItem)
- #content_key : String | Nil
- #id
- #identifier : String
- #master_branch : Bool
- #project_id : String
- #variable_fallbacks : Hash(String, String) | Nil
Constructor Detail
Class Method Detail
def self.list(project_id : String, collection_identifier : String | Nil = nil, as_string : Bool = false)
#