lib/eco/api/session/config.rb in eco-helpers-2.0.16 vs lib/eco/api/session/config.rb in eco-helpers-2.0.17
- old
+ new
@@ -295,19 +295,9 @@
# Set the **default schema** this `api` org configuration should work on.
def default_schema=(name)
people.default_schema = name
end
- # Specify the file with the account custom abilities presets
- def presets_custom=(file)
- people.presets_custom = file
- end
-
- # Specify the file with the usergroup to custom presets mapping
- def presets_map=(file)
- people.presets_map = file
- end
-
# @see Eco::API::Session::Config::People
# @param (see Eco::API::Session::Config::People)
# @return [Eco::API::Common::People::PersonParser] parser/serializer for the defined `format`.
def person_parser(format: :csv, &block)
people.parser(format: format, &block)