Class: Options

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#check_constraints_identifiersObject

Returns the value of attribute check_constraints_identifiers

Returns:

  • (Object)

    the current value of check_constraints_identifiers



4
5
6
# File 'lib/check_xcode_xmls/arguments_parser.rb', line 4

def check_constraints_identifiers
  @check_constraints_identifiers
end

#check_use_autolayoutObject

Returns the value of attribute check_use_autolayout

Returns:

  • (Object)

    the current value of check_use_autolayout



4
5
6
# File 'lib/check_xcode_xmls/arguments_parser.rb', line 4

def check_use_autolayout
  @check_use_autolayout
end

#echo_invocationObject

Returns the value of attribute echo_invocation

Returns:

  • (Object)

    the current value of echo_invocation



4
5
6
# File 'lib/check_xcode_xmls/arguments_parser.rb', line 4

def echo_invocation
  @echo_invocation
end

#ignore_regex_stringObject

Returns the value of attribute ignore_regex_string

Returns:

  • (Object)

    the current value of ignore_regex_string



4
5
6
# File 'lib/check_xcode_xmls/arguments_parser.rb', line 4

def ignore_regex_string
  @ignore_regex_string
end

#input_directoryObject

Returns the value of attribute input_directory

Returns:

  • (Object)

    the current value of input_directory



4
5
6
# File 'lib/check_xcode_xmls/arguments_parser.rb', line 4

def input_directory
  @input_directory
end

Returns the value of attribute print_totals

Returns:

  • (Object)

    the current value of print_totals



4
5
6
# File 'lib/check_xcode_xmls/arguments_parser.rb', line 4

def print_totals
  @print_totals
end