Class: Stacco::Template::ConcatenatedPath

Inherits:
Path
  • Object
show all
Defined in:
lib/stacco/template.rb

Direct Known Subclasses

Mapping, Resource, Var

Instance Method Summary collapse

Methods inherited from Path

#elements_for_json

Instance Method Details

#to_sObject



64
65
66
# File 'lib/stacco/template.rb', line 64

def to_s
  self.elements_for_json.map{ |sym| sym.to_s.camelize }.join
end