Method: Aws::Templates::Artifact.to_s
- Defined in:
- lib/aws/templates/artifact.rb
.to_s ⇒ Object
62 63 64 65 |
# File 'lib/aws/templates/artifact.rb', line 62 def self.to_s return super unless name.nil? "<Subclass of (#{superclass}) with features #{features}>" end |