Class: Dms::Tier1::DecoratorEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#callsObject

Returns the value of attribute calls

Returns:

  • (Object)

    the current value of calls



211
212
213
# File 'lib/dms/tier1.rb', line 211

def calls
  @calls
end

#commentsObject

Returns the value of attribute comments

Returns:

  • (Object)

    the current value of comments



211
212
213
# File 'lib/dms/tier1.rb', line 211

def comments
  @comments
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



211
212
213
# File 'lib/dms/tier1.rb', line 211

def path
  @path
end