Class: OhSnap::Configuration
- Inherits:
-
Struct
- Object
- Struct
- OhSnap::Configuration
- Defined in:
- lib/oh_snap.rb
Overview
Configuration class for OhSnap.
Instance Attribute Summary collapse
-
#serializer ⇒ Object
Returns the value of attribute serializer.
-
#snapshots_dirname ⇒ Object
Returns the value of attribute snapshots_dirname.
-
#writable ⇒ Object
(also: #writable?)
Returns the value of attribute writable.
Instance Attribute Details
#serializer ⇒ Object
Returns the value of attribute serializer
9 10 11 |
# File 'lib/oh_snap.rb', line 9 def serializer @serializer end |
#snapshots_dirname ⇒ Object
Returns the value of attribute snapshots_dirname
9 10 11 |
# File 'lib/oh_snap.rb', line 9 def snapshots_dirname @snapshots_dirname end |
#writable ⇒ Object Also known as: writable?
Returns the value of attribute writable
9 10 11 |
# File 'lib/oh_snap.rb', line 9 def writable @writable end |