Class: Seam::UnmanagedAccessCode

Inherits:
BaseResource show all
Includes:
ResourceErrorsSupport, ResourceWarningsSupport
Defined in:
lib/seam/resources/unmanaged_access_code.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods included from ResourceWarningsSupport

#warnings

Methods included from ResourceErrorsSupport

#errors

Methods inherited from BaseResource

date_accessor, #initialize, #inspect, load_from_response, #update_from_response

Constructor Details

This class inherits a constructor from Seam::BaseResource

Instance Attribute Details

#access_code_idObject

Returns the value of attribute access_code_id.



5
6
7
# File 'lib/seam/resources/unmanaged_access_code.rb', line 5

def access_code_id
  @access_code_id
end

#codeObject

Returns the value of attribute code.



5
6
7
# File 'lib/seam/resources/unmanaged_access_code.rb', line 5

def code
  @code
end

#device_idObject

Returns the value of attribute device_id.



5
6
7
# File 'lib/seam/resources/unmanaged_access_code.rb', line 5

def device_id
  @device_id
end

#is_managedObject

Returns the value of attribute is_managed.



5
6
7
# File 'lib/seam/resources/unmanaged_access_code.rb', line 5

def is_managed
  @is_managed
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/seam/resources/unmanaged_access_code.rb', line 5

def name
  @name
end

#statusObject

Returns the value of attribute status.



5
6
7
# File 'lib/seam/resources/unmanaged_access_code.rb', line 5

def status
  @status
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/seam/resources/unmanaged_access_code.rb', line 5

def type
  @type
end