Module: AWSCDK::IStableStringProducer
- Defined in:
- i_stable_string_producer.rb
Overview
Interface for (stable) lazy string producers.
Class Method Summary collapse
Instance Method Summary collapse
-
#produce ⇒ String?
Produce the string value.
Class Method Details
.jsii_overridable_methods ⇒ Object
14 15 16 17 18 |
# File 'i_stable_string_producer.rb', line 14 def self.jsii_overridable_methods { :produce => { kind: :method, name: "produce", is_optional: false }, } end |
Instance Method Details
#produce ⇒ String?
Produce the string value.
10 11 12 |
# File 'i_stable_string_producer.rb', line 10 def produce() jsii_call_method("produce", []) end |