class Webex::Models::Card

Included Modules

Defined in:

webex/models/card.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def body : Array(Attachments::Generic) #

[View source]
def body=(body : Array(Attachments::Generic)) #

[View source]
def schema : String #

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

[View source]
def type : String #

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

[View source]
def version : String #

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

[View source]