Class: ShareWith::ServiceDataType::EncodedText

Inherits:
BasicDataType show all
Defined in:
lib/share_with/service_data.rb

Overview

Define an encoded text type.

Instance Attribute Summary

Attributes inherited from BasicDataType

#label

Instance Method Summary collapse

Methods inherited from BasicDataType

#attr, #initialize, #reset!

Constructor Details

This class inherits a constructor from ShareWith::ServiceDataType::BasicDataType

Instance Method Details

#valueObject



121
122
123
# File 'lib/share_with/service_data.rb', line 121

def value
  super :to_escaped_html
end