class Resas::Api::Client::Util::PathSettingsNormalizer
RESAS API のパスを処理するクラス
Attributes
full[R]
Private Instance Methods
set_special_options( options )
click to toggle source
# File lib/resas/api/client/util/path_settings_normalizer.rb, line 24 def set_special_options( options ) @full = normalize_boolean_option( options, :full, default: true ) end
special_options()
click to toggle source
# File lib/resas/api/client/util/path_settings_normalizer.rb, line 28 def special_options [ @full ] end