Method: FastlaneCore::ConfigItem#string?

Defined in:
fastlane_core/lib/fastlane_core/configuration/config_item.rb

#string?Boolean

Replaces the attr_accessor, but maintains the same interface

Returns:



313
314
315
# File 'fastlane_core/lib/fastlane_core/configuration/config_item.rb', line 313

def string?
  data_type == String
end