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 ⇒ String
-
#max_length ⇒ Float?
Maximum name length constraint for access codes.
-
#min_length ⇒ Float?
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 ⇒ String
969 970 971 |
# File 'lib/seam/resources/device.rb', line 969 def constraint_type @constraint_type end |
#max_length ⇒ Float?
Maximum name length constraint for access codes.
972 973 974 |
# File 'lib/seam/resources/device.rb', line 972 def max_length @max_length end |
#min_length ⇒ Float?
Minimum name length constraint for access codes.
975 976 977 |
# File 'lib/seam/resources/device.rb', line 975 def min_length @min_length end |