Method: RepsClient::Community#community_id
- Defined in:
- lib/reps_client/community.rb
#community_id ⇒ Integer
Note:
This ID will be required as an argument in most service calls.
Returns the unique identifier for the community in REPS.
8 |
# File 'lib/reps_client/community.rb', line 8 property :community_id, :from => :community_idy, :type => Integer |