Class: Seam::Resources::Device::Properties::CodeConstraints
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Device::Properties::CodeConstraints
- Defined in:
- lib/seam/resources/device.rb
Instance Attribute Summary collapse
-
#constraint_type ⇒ Object
Returns the value of attribute constraint_type.
-
#max_length ⇒ Object
Maximum name length constraint for access codes.
-
#min_length ⇒ Object
Minimum name length constraint for access codes.
Attributes inherited from BaseResource
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_type ⇒ Object
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_length ⇒ Object
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_length ⇒ Object
Minimum name length constraint for access codes.
684 685 686 |
# File 'lib/seam/resources/device.rb', line 684 def min_length @min_length end |