Class: Kotoshu::ResourceManager::SetupResult
- Inherits:
-
Struct
- Object
- Struct
- Kotoshu::ResourceManager::SetupResult
- Defined in:
- lib/kotoshu/resource_manager.rb
Instance Attribute Summary collapse
-
#frequency ⇒ Object
Returns the value of attribute frequency.
-
#language ⇒ Object
Returns the value of attribute language.
-
#model ⇒ Object
Returns the value of attribute model.
-
#source ⇒ Object
Returns the value of attribute source.
-
#spelling ⇒ Object
Returns the value of attribute spelling.
Instance Method Summary collapse
Instance Attribute Details
#frequency ⇒ Object
Returns the value of attribute frequency
28 29 30 |
# File 'lib/kotoshu/resource_manager.rb', line 28 def frequency @frequency end |
#language ⇒ Object
Returns the value of attribute language
28 29 30 |
# File 'lib/kotoshu/resource_manager.rb', line 28 def language @language end |
#model ⇒ Object
Returns the value of attribute model
28 29 30 |
# File 'lib/kotoshu/resource_manager.rb', line 28 def model @model end |
#source ⇒ Object
Returns the value of attribute source
28 29 30 |
# File 'lib/kotoshu/resource_manager.rb', line 28 def source @source end |
#spelling ⇒ Object
Returns the value of attribute spelling
28 29 30 |
# File 'lib/kotoshu/resource_manager.rb', line 28 def spelling @spelling end |
Instance Method Details
#success? ⇒ Boolean
36 37 38 |
# File 'lib/kotoshu/resource_manager.rb', line 36 def success? !spelling.nil? || !frequency.nil? end |