Method: Intersys::Reflection::RelationshipObject#count

Defined in:
lib/intersys.rb

#countObject Also known as: size



378
379
380
# File 'lib/intersys.rb', line 378

def count
  @count ||= intersys_call("Count")
end