Class: Alma::UserSet
- Inherits:
-
Object
- Object
- Alma::UserSet
- Defined in:
- lib/alma/user_set.rb
Instance Attribute Summary collapse
-
#list ⇒ Object
readonly
Returns the value of attribute list.
-
#total_record_count ⇒ Object
readonly
Returns the value of attribute total_record_count.
Instance Method Summary collapse
-
#initialize(ws_response) ⇒ UserSet
constructor
A new instance of UserSet.
Constructor Details
#initialize(ws_response) ⇒ UserSet
Returns a new instance of UserSet.
6 7 8 |
# File 'lib/alma/user_set.rb', line 6 def initialize(ws_response) @ws_response = ws_response end |
Instance Attribute Details
#list ⇒ Object (readonly)
Returns the value of attribute list.
4 5 6 |
# File 'lib/alma/user_set.rb', line 4 def list @list end |
#total_record_count ⇒ Object (readonly)
Returns the value of attribute total_record_count.
4 5 6 |
# File 'lib/alma/user_set.rb', line 4 def total_record_count @total_record_count end |