Module: SSD::Internals
- Defined in:
- lib/ssd/internals.rb,
lib/ssd/class_methods.rb,
lib/ssd/instance_methods.rb
Defined Under Namespace
Modules: Entity
Instance Attribute Summary collapse
-
#db ⇒ Object
readonly
Returns the value of attribute db.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#db ⇒ Object (readonly)
Returns the value of attribute db.
6 7 8 |
# File 'lib/ssd/internals.rb', line 6 def db @db end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
7 8 9 |
# File 'lib/ssd/internals.rb', line 7 def path @path end |