Method: WordsRubySdk::Border.attribute_map

Defined in:
lib/words_ruby_sdk/models/border.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



78
79
80
81
82
83
84
85
86
87
88
# File 'lib/words_ruby_sdk/models/border.rb', line 78

def self.attribute_map
  {
    :'link' => :'link',
    :'border_type' => :'BorderType',
    :'color' => :'Color',
    :'distance_from_text' => :'DistanceFromText',
    :'line_style' => :'LineStyle',
    :'line_width' => :'LineWidth',
    :'shadow' => :'Shadow'
  }
end