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.9.0.pre.2 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.9.0.pre.1 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.8.0 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.8.0.pre.13 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.8.0.pre.12 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.8.0.pre.11 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.8.0.pre.10 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.8.0.pre.9 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.8.0.pre.8 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.8.0.pre.7 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.8.0.pre.6 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.8.0.pre.5 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.8.0.pre.4 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.8.0.pre.3 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.8.0.pre.2 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.8.0.pre.1 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.7.0 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.7.0.pre.19 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.7.0.pre.18 lib/ruby_terraform/options/values/string.rb
ruby-terraform-1.7.0.pre.17 lib/ruby_terraform/options/values/string.rb