Class: Seam::Resources::UnmanagedAccessGrant::Warnings::FailedDevices

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/unmanaged_access_grant.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods inherited from BaseResource

#[], date_accessor, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response

Constructor Details

This class inherits a constructor from Seam::Resources::BaseResource

Instance Attribute Details

#device_idObject

Device whose access code could not be revoked.



68
69
70
# File 'lib/seam/resources/unmanaged_access_grant.rb', line 68

def device_id
  @device_id
end

#error_codeObject

Reason the access code could not be revoked (e.g. offline_access_code_not_revocable).



70
71
72
# File 'lib/seam/resources/unmanaged_access_grant.rb', line 70

def error_code
  @error_code
end

#messageObject

Human-readable description of why revocation failed.



72
73
74
# File 'lib/seam/resources/unmanaged_access_grant.rb', line 72

def message
  @message
end