Method: ESP::Organization#custom_signatures
- Defined in:
- lib/esp/resources/organization.rb
#custom_signatures ⇒ ActiveResource::PaginatedCollection<ESP::CustomSignature>
The collection of organizations that belong to the organization.
31 |
# File 'lib/esp/resources/organization.rb', line 31 has_many :custom_signatures, class_name: 'ESP::CustomSignature' |