Class: ActiveCMIS::AtomicType::Singleton

Inherits:
CommonBase
  • Object
show all
Defined in:
lib/active_cmis/atomic_types.rb

Direct Known Subclasses

Boolean, HTML, ID, URI

Class Method Summary collapse

Methods inherited from CommonBase

#can_handle?, #cmis2rb, #rb2cmis

Class Method Details

.newObject



143
144
145
# File 'lib/active_cmis/atomic_types.rb', line 143

def self.new
  @singleton ||= super
end