Module: MsTeamsHermes::Style::Width

Included in:
MsTeamsHermes::Style
Defined in:
lib/msteams_hermes/style/width.rb

Overview

Module containing available width options for the AdaptiveCard component

Constant Summary collapse

DEFAULT =
"default"
FULL =
"full"

Class Method Summary collapse

Class Method Details

.allObject



15
16
17
# File 'lib/msteams_hermes/style/width.rb', line 15

def self.all
  [DEFAULT, FULL]
end