Class: SBF::Client::FullRecurringGift
- Inherits:
-
RecurringGift
- Object
- BaseEntity
- TopLevelEntity
- RecurringGift
- SBF::Client::FullRecurringGift
- Defined in:
- lib/stbaldricks/entities/recurring_gift.rb
Constant Summary
Constants inherited from TopLevelEntity
TopLevelEntity::DEFAULT_CLASS_ACTIONS, TopLevelEntity::DEFAULT_CRUD_ACTIONS, TopLevelEntity::DEFAULT_ENDPOINT, TopLevelEntity::DEFAULT_INSTANCE_ACTIONS
Constants inherited from BaseEntity
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#billing_day_of_month ⇒ Object
Returns the value of attribute billing_day_of_month.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#how_created ⇒ Object
Returns the value of attribute how_created.
-
#is_unrecognized ⇒ Object
Returns the value of attribute is_unrecognized.
-
#last_collected_at ⇒ Object
Returns the value of attribute last_collected_at.
-
#last_failed_at ⇒ Object
Returns the value of attribute last_failed_at.
-
#modified_at ⇒ Object
Returns the value of attribute modified_at.
-
#modified_by ⇒ Object
Returns the value of attribute modified_by.
-
#past_due_at ⇒ Object
Returns the value of attribute past_due_at.
-
#promotional_code ⇒ Object
Returns the value of attribute promotional_code.
-
#status ⇒ Object
Returns the value of attribute status.
Attributes inherited from RecurringGift
Attributes inherited from BaseEntity
Method Summary
Methods included from Entities::DefaultCacheable
Methods inherited from TopLevelEntity
_endpoint, action, actions, blacklist_action, class_action, define_endpoint, endpoint, #endpoint, instance_action
Methods included from Entities::Cacheable
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
#amount ⇒ Object
Returns the value of attribute amount.
136 137 138 |
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 136 def amount @amount end |
#billing_day_of_month ⇒ Object
Returns the value of attribute billing_day_of_month.
137 138 139 |
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 137 def billing_day_of_month @billing_day_of_month end |
#created_at ⇒ Object
Returns the value of attribute created_at.
144 145 146 |
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 144 def created_at @created_at end |
#display_name ⇒ Object
Returns the value of attribute display_name.
140 141 142 |
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 140 def display_name @display_name end |
#how_created ⇒ Object
Returns the value of attribute how_created.
144 145 146 |
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 144 def how_created @how_created end |
#is_unrecognized ⇒ Object
Returns the value of attribute is_unrecognized.
141 142 143 |
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 141 def is_unrecognized @is_unrecognized end |
#last_collected_at ⇒ Object
Returns the value of attribute last_collected_at.
138 139 140 |
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 138 def last_collected_at @last_collected_at end |
#last_failed_at ⇒ Object
Returns the value of attribute last_failed_at.
139 140 141 |
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 139 def last_failed_at @last_failed_at end |
#modified_at ⇒ Object
Returns the value of attribute modified_at.
144 145 146 |
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 144 def modified_at @modified_at end |
#modified_by ⇒ Object
Returns the value of attribute modified_by.
144 145 146 |
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 144 def modified_by @modified_by end |
#past_due_at ⇒ Object
Returns the value of attribute past_due_at.
144 145 146 |
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 144 def past_due_at @past_due_at end |
#promotional_code ⇒ Object
Returns the value of attribute promotional_code.
142 143 144 |
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 142 def promotional_code @promotional_code end |
#status ⇒ Object
Returns the value of attribute status.
135 136 137 |
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 135 def status @status end |