Sha256: d3321b0aca63f7f53fd14ded31598e3c7eeb84686d009b1321826dc48d5d229a

Contents?: true

Size: 250 Bytes

Versions: 73

Compression:

Stored size: 250 Bytes

Contents

# frozen_string_literal: true

require_relative 'base'

module RubyTerraform
  module Options
    module Values
      class String < Base
        def resolve
          @value.to_s
        end

        alias render resolve
      end
    end
  end
end

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
ruby-terraform-1.2.0 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.2.0.pre.3 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.2.0.pre.2 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.2.0.pre.1 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.1.0 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.1.0.pre.2 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.1.0.pre.1 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.0.0 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.0.0.pre.1 lib/ruby_terraform/options/values/string.rb
ruby-terraform-0.65.0.pre.15 lib/ruby_terraform/options/values/string.rb
ruby-terraform-0.65.0.pre.14 lib/ruby_terraform/options/values/string.rb
ruby-terraform-0.65.0.pre.13 lib/ruby_terraform/options/values/string.rb
ruby-terraform-0.65.0.pre.12 lib/ruby_terraform/options/values/string.rb