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
748 749 750 751 752 |
# File 'lib/psych.rb', line 748 def initialize = {} = {} @domain_types = {} end |
Instance Attribute Details
#domain_types ⇒ Object
Returns the value of attribute domain_types.
747 748 749 |
# File 'lib/psych.rb', line 747 def domain_types @domain_types end |
#dump_tags ⇒ Object
Returns the value of attribute dump_tags.
747 748 749 |
# File 'lib/psych.rb', line 747 def end |
#load_tags ⇒ Object
Returns the value of attribute load_tags.
747 748 749 |
# File 'lib/psych.rb', line 747 def end |