Class: Dms::Tier1::DecoratorEntry
- Inherits:
-
Struct
- Object
- Struct
- Dms::Tier1::DecoratorEntry
- Defined in:
- lib/dms/tier1.rb
Overview
path: Array of String or Integer hashes (JSON-ready) calls: Hash sigil => Array of DecoratorCall comments: Array (always empty in this implementation)
Instance Attribute Summary collapse
-
#calls ⇒ Object
Returns the value of attribute calls.
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#calls ⇒ Object
Returns the value of attribute calls
211 212 213 |
# File 'lib/dms/tier1.rb', line 211 def calls @calls end |
#comments ⇒ Object
Returns the value of attribute comments
211 212 213 |
# File 'lib/dms/tier1.rb', line 211 def comments @comments end |
#path ⇒ Object
Returns the value of attribute path
211 212 213 |
# File 'lib/dms/tier1.rb', line 211 def path @path end |