Class: Seam::Resources::Device::Properties::CodeConstraints

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/device.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

#constraint_typeObject

Returns the value of attribute constraint_type.



680
681
682
# File 'lib/seam/resources/device.rb', line 680

def constraint_type
  @constraint_type
end

#max_lengthObject

Maximum name length constraint for access codes.



682
683
684
# File 'lib/seam/resources/device.rb', line 682

def max_length
  @max_length
end

#min_lengthObject

Minimum name length constraint for access codes.



684
685
686
# File 'lib/seam/resources/device.rb', line 684

def min_length
  @min_length
end