Class: StringPattern::Pattern
- Inherits:
-
Struct
- Object
- Struct
- StringPattern::Pattern
- Defined in:
- lib/string_pattern.rb
Instance Attribute Summary collapse
-
#all_characters_set ⇒ Object
Returns the value of attribute all_characters_set.
-
#data_provided ⇒ Object
Returns the value of attribute data_provided.
-
#excluded_data ⇒ Object
Returns the value of attribute excluded_data.
-
#max_length ⇒ Object
Returns the value of attribute max_length.
-
#min_length ⇒ Object
Returns the value of attribute min_length.
-
#required_data ⇒ Object
Returns the value of attribute required_data.
-
#string_set ⇒ Object
Returns the value of attribute string_set.
-
#symbol_type ⇒ Object
Returns the value of attribute symbol_type.
-
#unique ⇒ Object
Returns the value of attribute unique.
Instance Attribute Details
#all_characters_set ⇒ Object
Returns the value of attribute all_characters_set
39 40 41 |
# File 'lib/string_pattern.rb', line 39 def all_characters_set @all_characters_set end |
#data_provided ⇒ Object
Returns the value of attribute data_provided
39 40 41 |
# File 'lib/string_pattern.rb', line 39 def data_provided @data_provided end |
#excluded_data ⇒ Object
Returns the value of attribute excluded_data
39 40 41 |
# File 'lib/string_pattern.rb', line 39 def excluded_data @excluded_data end |
#max_length ⇒ Object
Returns the value of attribute max_length
39 40 41 |
# File 'lib/string_pattern.rb', line 39 def max_length @max_length end |
#min_length ⇒ Object
Returns the value of attribute min_length
39 40 41 |
# File 'lib/string_pattern.rb', line 39 def min_length @min_length end |
#required_data ⇒ Object
Returns the value of attribute required_data
39 40 41 |
# File 'lib/string_pattern.rb', line 39 def required_data @required_data end |
#string_set ⇒ Object
Returns the value of attribute string_set
39 40 41 |
# File 'lib/string_pattern.rb', line 39 def string_set @string_set end |
#symbol_type ⇒ Object
Returns the value of attribute symbol_type
39 40 41 |
# File 'lib/string_pattern.rb', line 39 def symbol_type @symbol_type end |
#unique ⇒ Object
Returns the value of attribute unique
39 40 41 |
# File 'lib/string_pattern.rb', line 39 def unique @unique end |