Class: PhiAttrs::PhiStackEntry
- Inherits:
-
Struct
- Object
- Struct
- PhiAttrs::PhiStackEntry
- Defined in:
- lib/phi_attrs/phi_record.rb
Instance Attribute Summary collapse
-
#logged ⇒ Object
Returns the value of attribute logged.
-
#phi_access_allowed ⇒ Object
Returns the value of attribute phi_access_allowed.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Attribute Details
#logged ⇒ Object
Returns the value of attribute logged
5 6 7 |
# File 'lib/phi_attrs/phi_record.rb', line 5 def logged @logged end |
#phi_access_allowed ⇒ Object
Returns the value of attribute phi_access_allowed
5 6 7 |
# File 'lib/phi_attrs/phi_record.rb', line 5 def phi_access_allowed @phi_access_allowed end |
#reason ⇒ Object
Returns the value of attribute reason
5 6 7 |
# File 'lib/phi_attrs/phi_record.rb', line 5 def reason @reason end |
#user_id ⇒ Object
Returns the value of attribute user_id
5 6 7 |
# File 'lib/phi_attrs/phi_record.rb', line 5 def user_id @user_id end |
#uuid ⇒ Object
Returns the value of attribute uuid
5 6 7 |
# File 'lib/phi_attrs/phi_record.rb', line 5 def uuid @uuid end |