Class: Psych::Config
Instance Attribute Summary collapse
-
#domain_types ⇒ Object
Returns the value of attribute domain_types.
-
#dump_tags ⇒ Object
Returns the value of attribute dump_tags.
-
#load_tags ⇒ Object
Returns the value of attribute load_tags.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
717 718 719 720 721 |
# File 'lib/psych.rb', line 717 def initialize @load_tags = {} @dump_tags = {} @domain_types = {} end |
Instance Attribute Details
#domain_types ⇒ Object
Returns the value of attribute domain_types.
716 717 718 |
# File 'lib/psych.rb', line 716 def domain_types @domain_types end |
#dump_tags ⇒ Object
Returns the value of attribute dump_tags.
716 717 718 |
# File 'lib/psych.rb', line 716 def @dump_tags end |
#load_tags ⇒ Object
Returns the value of attribute load_tags.
716 717 718 |
# File 'lib/psych.rb', line 716 def @load_tags end |