Module: ArticleJSON::Export::Common::HTML::Elements::Shared::Float

Included in:
Image, Quote, TextBox
Defined in:
lib/article_json/export/common/html/elements/shared/float.rb

Instance Method Summary collapse

Instance Method Details

#floating_classString

The element’s floating class, if necessary

Returns:

  • (String)


10
11
12
# File 'lib/article_json/export/common/html/elements/shared/float.rb', line 10

def floating_class
  "float-#{@element.float}" unless @element.float.nil?
end