Class: PEdump::STRING

Inherits:
Struct
  • Object
show all
Defined in:
lib/pedump/resources.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



186
187
188
# File 'lib/pedump/resources.rb', line 186

def id
  @id
end

#langObject

Returns the value of attribute lang

Returns:

  • (Object)

    the current value of lang



186
187
188
# File 'lib/pedump/resources.rb', line 186

def lang
  @lang
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



186
187
188
# File 'lib/pedump/resources.rb', line 186

def value
  @value
end