Class: ForestLiana::StripeInvoiceSerializer
- Inherits:
-
Object
- Object
- ForestLiana::StripeInvoiceSerializer
- Includes:
- ForestAdmin::JSONAPI::Serializer
- Defined in:
- app/serializers/forest_liana/stripe_invoice_serializer.rb
Instance Method Summary collapse
- #format_name(attribute_name) ⇒ Object
- #relationship_related_link(attribute_name) ⇒ Object
- #relationship_self_link(attribute_name) ⇒ Object
- #self_link ⇒ Object
- #type ⇒ Object
- #unformat_name(attribute_name) ⇒ Object
Instance Method Details
#format_name(attribute_name) ⇒ Object
31 32 33 |
# File 'app/serializers/forest_liana/stripe_invoice_serializer.rb', line 31 def format_name(attribute_name) attribute_name.to_s end |
#relationship_related_link(attribute_name) ⇒ Object
43 44 45 |
# File 'app/serializers/forest_liana/stripe_invoice_serializer.rb', line 43 def (attribute_name) nil end |
#relationship_self_link(attribute_name) ⇒ Object
39 40 41 |
# File 'app/serializers/forest_liana/stripe_invoice_serializer.rb', line 39 def relationship_self_link(attribute_name) nil end |
#self_link ⇒ Object
23 24 25 |
# File 'app/serializers/forest_liana/stripe_invoice_serializer.rb', line 23 def self_link "/forest#{super}" end |
#type ⇒ Object
27 28 29 |
# File 'app/serializers/forest_liana/stripe_invoice_serializer.rb', line 27 def type @options[:context][:type] || 'stripe_invoices' end |
#unformat_name(attribute_name) ⇒ Object
35 36 37 |
# File 'app/serializers/forest_liana/stripe_invoice_serializer.rb', line 35 def unformat_name(attribute_name) attribute_name.to_s end |