Class: Seam::Resources::Phone

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

#custom_metadataObject

Returns the value of attribute custom_metadata.



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

def 
  @custom_metadata
end

#device_idObject

Returns the value of attribute device_id.



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

def device_id
  @device_id
end

#device_typeObject

Returns the value of attribute device_type.



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

def device_type
  @device_type
end

#display_nameObject

Returns the value of attribute display_name.



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

def display_name
  @display_name
end

#nicknameObject

Returns the value of attribute nickname.



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

def nickname
  @nickname
end

#propertiesObject

Returns the value of attribute properties.



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

def properties
  @properties
end

#workspace_idObject

Returns the value of attribute workspace_id.



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

def workspace_id
  @workspace_id
end