Class: WIS::DOM::AccountResults
- Defined in:
- lib/dom/account_results.rb
Instance Attribute Summary collapse
-
#accounts ⇒ Object
readonly
Returns the value of attribute accounts.
Attributes inherited from Results
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(hits, accounts) ⇒ AccountResults
constructor
A new instance of AccountResults.
Constructor Details
#initialize(hits, accounts) ⇒ AccountResults
Returns a new instance of AccountResults.
4 5 6 7 |
# File 'lib/dom/account_results.rb', line 4 def initialize(hits, accounts) super(hits) @accounts = accounts end |
Instance Attribute Details
#accounts ⇒ Object (readonly)
Returns the value of attribute accounts.
2 3 4 |
# File 'lib/dom/account_results.rb', line 2 def accounts @accounts end |