Module: Familia::Base
Overview
Class Attribute Summary collapse
-
.dump_method ⇒ Object
Returns the value of attribute dump_method.
-
.features ⇒ Object
readonly
Returns the value of attribute features.
-
.load_method ⇒ Object
Returns the value of attribute load_method.
Class Method Summary collapse
Class Attribute Details
.dump_method ⇒ Object
Returns the value of attribute dump_method.
23 24 25 |
# File 'lib/familia/base.rb', line 23 def dump_method @dump_method end |
.features ⇒ Object (readonly)
Returns the value of attribute features.
22 23 24 |
# File 'lib/familia/base.rb', line 22 def features @features end |
.load_method ⇒ Object
Returns the value of attribute load_method.
23 24 25 |
# File 'lib/familia/base.rb', line 23 def load_method @load_method end |