Method: Intersys::Reflection::RelationshipObject#count
- Defined in:
- lib/intersys.rb
#count ⇒ Object Also known as: size
378 379 380 |
# File 'lib/intersys.rb', line 378 def count @count ||= intersys_call("Count") end |
378 379 380 |
# File 'lib/intersys.rb', line 378 def count @count ||= intersys_call("Count") end |