Class: ActiveCMIS::AtomicType::HTML

Inherits:
Singleton show all
Defined in:
lib/active_cmis/atomic_types.rb

Instance Method Summary collapse

Methods inherited from Singleton

new

Methods inherited from CommonBase

#cmis2rb, #rb2cmis

Instance Method Details

#can_handle?(value) ⇒ Boolean

Returns:



225
226
227
# File 'lib/active_cmis/atomic_types.rb', line 225

def can_handle?(value)
  true # FIXME: this is probably incorrect
end

#to_sObject



214
215
216
# File 'lib/active_cmis/atomic_types.rb', line 214

def to_s
  "Html"
end