Class: ShareWith::ServiceDataType::PlainText
- Inherits:
-
BasicDataType
- Object
- BasicDataType
- ShareWith::ServiceDataType::PlainText
- Defined in:
- lib/share_with/service_data.rb
Overview
Define a plain text type.
Instance Attribute Summary
Attributes inherited from BasicDataType
Instance Method Summary collapse
Methods inherited from BasicDataType
Constructor Details
This class inherits a constructor from ShareWith::ServiceDataType::BasicDataType
Instance Method Details
#value ⇒ Object
130 131 132 |
# File 'lib/share_with/service_data.rb', line 130 def value super :to_plain_text end |