Class: ActiveFacts::API::RoleCollection
- Defined in:
- lib/activefacts/api/role.rb
Overview
Every ObjectType has a Role collection REVISIT: You can enumerate the object_type’s own roles, or inherited roles as well.
Instance Method Summary collapse
-
#verbalise ⇒ Object
:nodoc:.
Instance Method Details
#verbalise ⇒ Object
:nodoc:
92 93 94 |
# File 'lib/activefacts/api/role.rb', line 92 def verbalise keys.sort_by(&:to_s).inspect end |