Class: Form1095Policy
- Inherits:
-
Struct
- Object
- Struct
- Form1095Policy
- Defined in:
- app/policies/form1095_policy.rb
Instance Attribute Summary collapse
-
#form1095 ⇒ Object
Returns the value of attribute form1095.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
Instance Attribute Details
#form1095 ⇒ Object
Returns the value of attribute form1095
3 4 5 |
# File 'app/policies/form1095_policy.rb', line 3 def form1095 @form1095 end |
#user ⇒ Object
Returns the value of attribute user
3 4 5 |
# File 'app/policies/form1095_policy.rb', line 3 def user @user end |
Instance Method Details
#access? ⇒ Boolean
4 5 6 |
# File 'app/policies/form1095_policy.rb', line 4 def access? user.present? && user.loa3? && user.icn.present? end |