Class: Alma::UserSet

Inherits:
Object
  • Object
show all
Defined in:
lib/alma/user_set.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#listObject (readonly)

Returns the value of attribute list.



4
5
6
# File 'lib/alma/user_set.rb', line 4

def list
  @list
end

#total_record_countObject (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