Class: PhiAttrs::PhiStackEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/phi_attrs/phi_record.rb

Instance Attribute Summary collapse

Instance Attribute Details

#loggedObject

Returns the value of attribute logged

Returns:

  • (Object)

    the current value of logged



5
6
7
# File 'lib/phi_attrs/phi_record.rb', line 5

def logged
  @logged
end

#phi_access_allowedObject

Returns the value of attribute phi_access_allowed

Returns:

  • (Object)

    the current value of phi_access_allowed



5
6
7
# File 'lib/phi_attrs/phi_record.rb', line 5

def phi_access_allowed
  @phi_access_allowed
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



5
6
7
# File 'lib/phi_attrs/phi_record.rb', line 5

def reason
  @reason
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



5
6
7
# File 'lib/phi_attrs/phi_record.rb', line 5

def user_id
  @user_id
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



5
6
7
# File 'lib/phi_attrs/phi_record.rb', line 5

def uuid
  @uuid
end