Class: SBF::Client::MatchingGift::Company::GiftRatio
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- SBF::Client::MatchingGift::Company::GiftRatio
- Defined in:
- lib/stbaldricks/entities/matching_gift_company.rb
Constant Summary
Constants inherited from BaseEntity
Instance Attribute Summary collapse
-
#deadline ⇒ Object
readonly
Returns the value of attribute deadline.
-
#fiscal_year ⇒ Object
readonly
Returns the value of attribute fiscal_year.
-
#match_ratio ⇒ Object
readonly
Returns the value of attribute match_ratio.
-
#maximum_matched ⇒ Object
readonly
Returns the value of attribute maximum_matched.
-
#minimum_matched ⇒ Object
readonly
Returns the value of attribute minimum_matched.
-
#total_matched_per_employee ⇒ Object
readonly
Returns the value of attribute total_matched_per_employee.
Attributes inherited from BaseEntity
Method Summary
Methods inherited from BaseEntity
#add_errors, allow_instantiation?, attr_accessor, attr_reader, attr_writer, attributes, #attributes=, collection_attributes, entity_attr_accessor, entity_attr_reader, entity_attr_writer, entity_attributes, entity_collection_attr_accessor, entity_collection_attr_reader, entity_collection_attr_writer, inherited, #initialize, #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?, #to_hash, #to_json
Constructor Details
This class inherits a constructor from SBF::Client::BaseEntity
Instance Attribute Details
#deadline ⇒ Object (readonly)
Returns the value of attribute deadline.
29 30 31 |
# File 'lib/stbaldricks/entities/matching_gift_company.rb', line 29 def deadline @deadline end |
#fiscal_year ⇒ Object (readonly)
Returns the value of attribute fiscal_year.
28 29 30 |
# File 'lib/stbaldricks/entities/matching_gift_company.rb', line 28 def fiscal_year @fiscal_year end |
#match_ratio ⇒ Object (readonly)
Returns the value of attribute match_ratio.
24 25 26 |
# File 'lib/stbaldricks/entities/matching_gift_company.rb', line 24 def match_ratio @match_ratio end |
#maximum_matched ⇒ Object (readonly)
Returns the value of attribute maximum_matched.
26 27 28 |
# File 'lib/stbaldricks/entities/matching_gift_company.rb', line 26 def maximum_matched @maximum_matched end |
#minimum_matched ⇒ Object (readonly)
Returns the value of attribute minimum_matched.
25 26 27 |
# File 'lib/stbaldricks/entities/matching_gift_company.rb', line 25 def minimum_matched @minimum_matched end |
#total_matched_per_employee ⇒ Object (readonly)
Returns the value of attribute total_matched_per_employee.
27 28 29 |
# File 'lib/stbaldricks/entities/matching_gift_company.rb', line 27 def total_matched_per_employee @total_matched_per_employee end |