class Etwin::Core::ObjectType
Object type enum
Constants
- ClientForumActor
- ForumPost
- ForumPostRevision
- ForumSection
- ForumThread
- HammerfestUser
- OauthClient
- RoleForumActor
- TwinoidUser
- User
- UserForumActor
Public Instance Methods
inspect()
click to toggle source
# File lib/etwin/core/object_type.rb, line 30 def inspect "ObjectType(#{self})" end
to_s()
click to toggle source
# File lib/etwin/core/object_type.rb, line 25 def to_s T.cast(serialize, String) end