Class: VAProfile::Models::CommunicationPermission
- Inherits:
-
CommunicationBase
- Object
- CommunicationBase
- VAProfile::Models::CommunicationPermission
- Defined in:
- lib/va_profile/models/communication_permission.rb
Instance Attribute Summary collapse
-
#allowed ⇒ Object
Returns the value of attribute allowed.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#allowed ⇒ Object
Returns the value of attribute allowed.
8 9 10 |
# File 'lib/va_profile/models/communication_permission.rb', line 8 def allowed @allowed end |
#id ⇒ Object
Returns the value of attribute id.
9 10 11 |
# File 'lib/va_profile/models/communication_permission.rb', line 9 def id @id end |