Class: StringPattern::Pattern

Inherits:
Struct
  • Object
show all
Defined in:
lib/string_pattern.rb

Instance Attribute Summary collapse

Instance Attribute Details

#all_characters_setObject

Returns the value of attribute all_characters_set

Returns:

  • (Object)

    the current value of all_characters_set



39
40
41
# File 'lib/string_pattern.rb', line 39

def all_characters_set
  @all_characters_set
end

#data_providedObject

Returns the value of attribute data_provided

Returns:

  • (Object)

    the current value of data_provided



39
40
41
# File 'lib/string_pattern.rb', line 39

def data_provided
  @data_provided
end

#excluded_dataObject

Returns the value of attribute excluded_data

Returns:

  • (Object)

    the current value of excluded_data



39
40
41
# File 'lib/string_pattern.rb', line 39

def excluded_data
  @excluded_data
end

#max_lengthObject

Returns the value of attribute max_length

Returns:

  • (Object)

    the current value of max_length



39
40
41
# File 'lib/string_pattern.rb', line 39

def max_length
  @max_length
end

#min_lengthObject

Returns the value of attribute min_length

Returns:

  • (Object)

    the current value of min_length



39
40
41
# File 'lib/string_pattern.rb', line 39

def min_length
  @min_length
end

#required_dataObject

Returns the value of attribute required_data

Returns:

  • (Object)

    the current value of required_data



39
40
41
# File 'lib/string_pattern.rb', line 39

def required_data
  @required_data
end

#string_setObject

Returns the value of attribute string_set

Returns:

  • (Object)

    the current value of string_set



39
40
41
# File 'lib/string_pattern.rb', line 39

def string_set
  @string_set
end

#symbol_typeObject

Returns the value of attribute symbol_type

Returns:

  • (Object)

    the current value of symbol_type



39
40
41
# File 'lib/string_pattern.rb', line 39

def symbol_type
  @symbol_type
end

#uniqueObject

Returns the value of attribute unique

Returns:

  • (Object)

    the current value of unique



39
40
41
# File 'lib/string_pattern.rb', line 39

def unique
  @unique
end