Class: Cucumber::Core::Ast::LanguageDelegator

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/cucumber/core/ast/feature.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(iso_code, obj) ⇒ LanguageDelegator

Returns a new instance of LanguageDelegator.



81
82
83
84
# File 'lib/cucumber/core/ast/feature.rb', line 81

def initialize(iso_code, obj)
  super(obj)
  @iso_code = iso_code
end

Instance Attribute Details

#iso_codeObject (readonly)

Returns the value of attribute iso_code.



79
80
81
# File 'lib/cucumber/core/ast/feature.rb', line 79

def iso_code
  @iso_code
end