Class: WhatLanguage::Result
- Inherits:
-
Struct
- Object
- Struct
- WhatLanguage::Result
- Defined in:
- lib/whatlanguage.rb
Instance Attribute Summary collapse
-
#iso ⇒ Object
Returns the value of attribute iso.
-
#language ⇒ Object
Returns the value of attribute language.
-
#ranked ⇒ Object
(also: #scores)
Returns the value of attribute ranked.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Attribute Details
#iso ⇒ Object
Returns the value of attribute iso
13 14 15 |
# File 'lib/whatlanguage.rb', line 13 def iso @iso end |
#language ⇒ Object
Returns the value of attribute language
13 14 15 |
# File 'lib/whatlanguage.rb', line 13 def language @language end |
#ranked ⇒ Object Also known as: scores
Returns the value of attribute ranked
13 14 15 |
# File 'lib/whatlanguage.rb', line 13 def ranked @ranked end |
#score ⇒ Object
Returns the value of attribute score
13 14 15 |
# File 'lib/whatlanguage.rb', line 13 def score @score end |