Module: ZombieFans::Actions::Persist::ClassMethods
- Included in:
- Robot
- Defined in:
- lib/zombie_fans/actions/persist.rb
Instance Method Summary collapse
Instance Method Details
#init_attributes ⇒ Object
40 41 42 |
# File 'lib/zombie_fans/actions/persist.rb', line 40 def init_attributes attr_accessor *ATTRIBUTES end |
#sample ⇒ Object
44 45 46 47 |
# File 'lib/zombie_fans/actions/persist.rb', line 44 def sample yaml = Persist.load new yaml.sample end |