Class: Seam::Resources::AccessCode

Inherits:
BaseResource show all
Includes:
ResourceErrorsSupport, ResourceWarningsSupport
Defined in:
lib/seam/routes/resources/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::Resources::BaseResource

Instance Attribute Details

#access_code_idObject

Returns the value of attribute access_code_id.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def access_code_id
  @access_code_id
end

#codeObject

Returns the value of attribute code.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def code
  @code
end

#common_code_keyObject

Returns the value of attribute common_code_key.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def common_code_key
  @common_code_key
end

#device_idObject

Returns the value of attribute device_id.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def device_id
  @device_id
end

#dormakaba_oracode_metadataObject

Returns the value of attribute dormakaba_oracode_metadata.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def 
  @dormakaba_oracode_metadata
end

#is_backupObject

Returns the value of attribute is_backup.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def is_backup
  @is_backup
end

#is_backup_access_code_availableObject

Returns the value of attribute is_backup_access_code_available.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def is_backup_access_code_available
  @is_backup_access_code_available
end

#is_external_modification_allowedObject

Returns the value of attribute is_external_modification_allowed.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def is_external_modification_allowed
  @is_external_modification_allowed
end

#is_managedObject

Returns the value of attribute is_managed.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def is_managed
  @is_managed
end

#is_offline_access_codeObject

Returns the value of attribute is_offline_access_code.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def is_offline_access_code
  @is_offline_access_code
end

#is_one_time_useObject

Returns the value of attribute is_one_time_use.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def is_one_time_use
  @is_one_time_use
end

#is_scheduled_on_deviceObject

Returns the value of attribute is_scheduled_on_device.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def is_scheduled_on_device
  @is_scheduled_on_device
end

#is_waiting_for_code_assignmentObject

Returns the value of attribute is_waiting_for_code_assignment.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def is_waiting_for_code_assignment
  @is_waiting_for_code_assignment
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def name
  @name
end

#pending_mutationsObject

Returns the value of attribute pending_mutations.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def pending_mutations
  @pending_mutations
end

#pulled_backup_access_code_idObject

Returns the value of attribute pulled_backup_access_code_id.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def pulled_backup_access_code_id
  @pulled_backup_access_code_id
end

#statusObject

Returns the value of attribute status.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def status
  @status
end

#typeObject

Returns the value of attribute type.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def type
  @type
end

#workspace_idObject

Returns the value of attribute workspace_id.



6
7
8
# File 'lib/seam/routes/resources/access_code.rb', line 6

def workspace_id
  @workspace_id
end