Method: WordsRubySdk::Border#hash

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

#hashFixnum

Calculates hash code according to all attributes.



208
209
210
# File 'lib/words_ruby_sdk/models/border.rb', line 208

def hash
  [link, border_type, color, distance_from_text, line_style, line_width, shadow].hash
end