Flowdock
v6.1.3.1 - Show latest stable - 0 notes - Superclass: Object

No documentation

This class has no description. You can help the Ruby on Rails community by adding new notes.

Constants

ATTRIBUTE_TYPES = { "previewable" => ->(value) { value.to_s == "true" }, "filesize" => ->(value) { Integer(value.to_s) rescue value }, "width" => ->(value) { Integer(value.to_s) rescue nil }, "height" => ->(value) { Integer(value.to_s) rescue nil }, :default => ->(value) { value.to_s } }

ATTRIBUTES = %w( sgid contentType url href filename filesize width height previewable content ) + COMPOSED_ATTRIBUTES

COMPOSED_ATTRIBUTES = %w( caption presentation )

SELECTOR = "[data-trix-attachment]"

TAG_NAME = "figure"

Attributes

[R] node
Show files where this class is defined (1 file)
Register or log in to add new notes.