Class: SBF::Client::MatchingGift::Company::GiftRatio

Inherits:
BaseEntity
  • Object
show all
Defined in:
lib/stbaldricks/entities/matching_gift_company.rb

Constant Summary

Constants inherited from BaseEntity

BaseEntity::ELSE

Instance Attribute Summary collapse

Attributes inherited from BaseEntity

#errors

Method Summary

Methods inherited from BaseEntity

allow_instantiation?, attr_accessor, attr_reader, attr_writer, collection_attributes, defined_attributes, #destroyed?, #dirty_data, entity_attr_accessor, entity_attr_reader, entity_attr_writer, entity_attributes, entity_collection_attr_accessor, entity_collection_attr_reader, entity_collection_attr_writer, #error, inherited, #initialize, #keys_hash, #model_name, multitype_attr_accessor, multitype_attr_reader, multitype_attr_writer, multitype_collection_attr_accessor, multitype_collection_attr_reader, multitype_collection_attr_writer, #not_provided_attributes, optional_attributes, #persisted?, #reload!, #reload_recursive, #rollback!, #to_hash, #to_json, #to_partial

Methods included from EntityResponseConcern

#add_errors, #data, #error?, #errors?, #errors_http_code=, #http_code, #success?

Constructor Details

This class inherits a constructor from SBF::Client::BaseEntity

Instance Attribute Details

#deadlineObject (readonly)

Returns the value of attribute deadline.



30
31
32
# File 'lib/stbaldricks/entities/matching_gift_company.rb', line 30

def deadline
  @deadline
end

#fiscal_yearObject (readonly)

Returns the value of attribute fiscal_year.



29
30
31
# File 'lib/stbaldricks/entities/matching_gift_company.rb', line 29

def fiscal_year
  @fiscal_year
end

#match_ratioObject (readonly)

Returns the value of attribute match_ratio.



25
26
27
# File 'lib/stbaldricks/entities/matching_gift_company.rb', line 25

def match_ratio
  @match_ratio
end

#maximum_matchedObject (readonly)

Returns the value of attribute maximum_matched.



27
28
29
# File 'lib/stbaldricks/entities/matching_gift_company.rb', line 27

def maximum_matched
  @maximum_matched
end

#minimum_matchedObject (readonly)

Returns the value of attribute minimum_matched.



26
27
28
# File 'lib/stbaldricks/entities/matching_gift_company.rb', line 26

def minimum_matched
  @minimum_matched
end

#total_matched_per_employeeObject (readonly)

Returns the value of attribute total_matched_per_employee.



28
29
30
# File 'lib/stbaldricks/entities/matching_gift_company.rb', line 28

def total_matched_per_employee
  @total_matched_per_employee
end