class DiadocApi::Entity::SignedContent

Included Modules

Defined in:

diadoc_api/entities/signed_content.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(content : String) #

[View source]

Instance Method Detail

def content : String | Nil #

def content=(content : String | Nil) #

def name_on_shelf : String | Nil #

def name_on_shelf=(name_on_shelf : String | Nil) #

def sign_with_test_signature : Bool | Nil #

def sign_with_test_signature=(sign_with_test_signature : Bool | Nil) #

def signature : String | Nil #

def signature=(signature : String | Nil) #

def signature_name_on_shelf : String | Nil #

def signature_name_on_shelf=(signature_name_on_shelf : String | Nil) #