Class: MarkupAttributes::MarkupString

Inherits:
String
  • Object
show all
Defined in:
lib/markup_attributes.rb

Overview

A subclass of string which the attributes are cast into by ActiveRecord

Instance Attribute Summary collapse

Instance Attribute Details

#markup_optionsObject

Returns the value of attribute markup_options.



42
43
44
# File 'lib/markup_attributes.rb', line 42

def markup_options
  @markup_options
end