Class: Cufinder::CompanyEmployees

Inherits:
Object
  • Object
show all
Defined in:
lib/cufinder_ruby/types.rb

Overview

Company employee information

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#countObject

Returns the value of attribute count.



44
45
46
# File 'lib/cufinder_ruby/types.rb', line 44

def count
  @count
end

#rangeObject

Returns the value of attribute range.



44
45
46
# File 'lib/cufinder_ruby/types.rb', line 44

def range
  @range
end