Class: ActiveCMIS::AtomicType::URI

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:



185
186
187
# File 'lib/active_cmis/atomic_types.rb', line 185

def can_handle?(value)
  value.respond_to?(:to_s)
end

#to_sObject



175
176
177
# File 'lib/active_cmis/atomic_types.rb', line 175

def to_s
  "Uri"
end