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