class Braintree::Models::Document

Defined in:

models/document.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(xml : XML::Node) #

[View source]

Class Method Detail

def self.load(id) #

[View source]

Instance Method Detail

def content_type : String #

[View source]
def expires_at : Time #

[View source]
def id : String #

[View source]
def kind : String #

[View source]
def name : String #

[View source]
def size : Int32 #

[View source]
def store #

[View source]
def xml : XML::Node | Nil #

[View source]