Class: Options
- Inherits:
-
Struct
- Object
- Struct
- Options
- Defined in:
- lib/check_xcode_xmls/arguments_parser.rb
Overview
Instance Attribute Summary collapse
-
#check_constraints_identifiers ⇒ Object
Returns the value of attribute check_constraints_identifiers.
-
#check_use_autolayout ⇒ Object
Returns the value of attribute check_use_autolayout.
-
#echo_invocation ⇒ Object
Returns the value of attribute echo_invocation.
-
#ignore_regex_string ⇒ Object
Returns the value of attribute ignore_regex_string.
-
#input_directory ⇒ Object
Returns the value of attribute input_directory.
-
#print_totals ⇒ Object
Returns the value of attribute print_totals.
Instance Attribute Details
#check_constraints_identifiers ⇒ Object
Returns the value of attribute 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_autolayout ⇒ Object
Returns the value of attribute 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_invocation ⇒ Object
Returns the value of attribute echo_invocation
4 5 6 |
# File 'lib/check_xcode_xmls/arguments_parser.rb', line 4 def echo_invocation @echo_invocation end |
#ignore_regex_string ⇒ Object
Returns the value of attribute 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_directory ⇒ Object
Returns the value of attribute input_directory
4 5 6 |
# File 'lib/check_xcode_xmls/arguments_parser.rb', line 4 def input_directory @input_directory end |
#print_totals ⇒ Object
Returns the value of attribute print_totals
4 5 6 |
# File 'lib/check_xcode_xmls/arguments_parser.rb', line 4 def print_totals @print_totals end |