class DiadocApi::Entity::CustomDataItem

Included Modules

Defined in:

diadoc_api/entities/custom_data_item.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def key : String #

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

[View source]
def value : String | Nil #

[View source]
def value=(value : String | Nil) #

[View source]