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_occurrencesObject



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_occurrencesObject



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