Class: PEdump::STRING
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#lang ⇒ Object
Returns the value of attribute lang.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
186 187 188 |
# File 'lib/pedump/resources.rb', line 186 def id @id end |
#lang ⇒ Object
Returns the value of attribute lang
186 187 188 |
# File 'lib/pedump/resources.rb', line 186 def lang @lang end |
#value ⇒ Object
Returns the value of attribute value
186 187 188 |
# File 'lib/pedump/resources.rb', line 186 def value @value end |