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.



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_codeObject (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