Class: FindStrKey::FindStrKeyObj

Inherits:
Object
  • Object
show all
Defined in:
lib/applocale/Core/FindStrKey/find_str_key.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(value, file, line) ⇒ FindStrKeyObj

Returns a new instance of FindStrKeyObj.



9
10
11
12
13
# File 'lib/applocale/Core/FindStrKey/find_str_key.rb', line 9

def initialize(value, file, line)
  self.value = value
  self.file = file
  self.line = line
end

Instance Attribute Details

#fileObject

Returns the value of attribute file.



8
9
10
# File 'lib/applocale/Core/FindStrKey/find_str_key.rb', line 8

def file
  @file
end

#lineObject

Returns the value of attribute line.



8
9
10
# File 'lib/applocale/Core/FindStrKey/find_str_key.rb', line 8

def line
  @line
end

#valueObject

Returns the value of attribute value.



8
9
10
# File 'lib/applocale/Core/FindStrKey/find_str_key.rb', line 8

def value
  @value
end