Method: Webhookdb::OrganizationMembership#status
- Defined in:
- lib/webhookdb/organization_membership.rb
#status ⇒ Object
28 29 30 31 |
# File 'lib/webhookdb/organization_membership.rb', line 28 def status return "invited" unless self.verified self.membership_role.name end |