Class: Cucumber::Core::Ast::LanguageDelegator
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Cucumber::Core::Ast::LanguageDelegator
- Defined in:
- lib/cucumber/core/ast/feature.rb
Instance Attribute Summary collapse
-
#iso_code ⇒ Object
readonly
Returns the value of attribute iso_code.
Instance Method Summary collapse
-
#initialize(iso_code, obj) ⇒ LanguageDelegator
constructor
A new instance of LanguageDelegator.
Constructor Details
#initialize(iso_code, obj) ⇒ LanguageDelegator
Returns a new instance of LanguageDelegator.
73 74 75 76 |
# File 'lib/cucumber/core/ast/feature.rb', line 73 def initialize(iso_code, obj) super(obj) @iso_code = iso_code end |
Instance Attribute Details
#iso_code ⇒ Object (readonly)
Returns the value of attribute iso_code.
71 72 73 |
# File 'lib/cucumber/core/ast/feature.rb', line 71 def iso_code @iso_code end |