Module: RTM::AR::Sugar::Topic::Characteristics
- Included in:
- Topic
- Defined in:
- lib/rtm/activerecord/sugar/topic/characteristics.rb
Instance Method Summary collapse
Instance Method Details
#external_occurrences ⇒ Object
10 11 12 |
# File 'lib/rtm/activerecord/sugar/topic/characteristics.rb', line 10 def external_occurrences occurrences.select{|o| o.datatype == RTM::PSI[:IRI]} end |
#internal_occurrences ⇒ Object
7 8 9 |
# File 'lib/rtm/activerecord/sugar/topic/characteristics.rb', line 7 def internal_occurrences occurrences.select{|o| o.datatype != RTM::PSI[:IRI]} end |