Class: Cufinder::CompanyEmployees
- Inherits:
-
Object
- Object
- Cufinder::CompanyEmployees
- Defined in:
- lib/cufinder_ruby/types.rb
Overview
Company employee information
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#range ⇒ Object
Returns the value of attribute range.
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ CompanyEmployees
constructor
A new instance of CompanyEmployees.
Constructor Details
#initialize(data = {}) ⇒ CompanyEmployees
Returns a new instance of CompanyEmployees.
46 47 48 49 |
# File 'lib/cufinder_ruby/types.rb', line 46 def initialize(data = {}) @range = data["range"] @count = data["count"] end |
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
44 45 46 |
# File 'lib/cufinder_ruby/types.rb', line 44 def count @count end |
#range ⇒ Object
Returns the value of attribute range.
44 45 46 |
# File 'lib/cufinder_ruby/types.rb', line 44 def range @range end |