Module: Patreon::Schemas::Goal
- Defined in:
- lib/patreon/schemas/goal.rb,
lib/patreon/schemas/reward.rb
Defined Under Namespace
Classes: Attributes, Relationships
Class Method Summary
collapse
Class Method Details
.default_attributes ⇒ Object
18
19
20
21
22
23
24
25
26
|
# File 'lib/patreon/schemas/goal.rb', line 18
def default_attributes
[
Attributes::AMOUNT_CENTS,
Attributes::TITLE,
Attributes::DESCRIPTION,
Attributes::CREATED_AT,
Attributes::REACHED_AT,
]
end
|
.default_relationships ⇒ Object
28
29
30
31
|
# File 'lib/patreon/schemas/goal.rb', line 28
def default_relationships
[
]
end
|