Class: Celery::Product
- Extended by:
- EndpointMethods::ClassMethods
- Includes:
- EndpointMethods::InstanceMethods
- Defined in:
- lib/celery/product.rb
Constant Summary collapse
- ENDPOINT_RESOURCE =
"products"- ENDPOINT_RESOURCE_SINGULAR =
"product"
Instance Attribute Summary collapse
-
#_id ⇒ Object
Returns the value of attribute _id.
-
#analytics ⇒ Object
Returns the value of attribute analytics.
-
#billing_notes ⇒ Object
Returns the value of attribute billing_notes.
-
#campaign ⇒ Object
Returns the value of attribute campaign.
-
#created ⇒ Object
Returns the value of attribute created.
-
#created_date ⇒ Object
Returns the value of attribute created_date.
-
#css ⇒ Object
Returns the value of attribute css.
-
#deposit ⇒ Object
Returns the value of attribute deposit.
-
#description ⇒ Object
Returns the value of attribute description.
-
#extras ⇒ Object
Returns the value of attribute extras.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#id ⇒ Object
Returns the value of attribute id.
-
#image ⇒ Object
Returns the value of attribute image.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#pitch ⇒ Object
Returns the value of attribute pitch.
-
#price ⇒ Object
Returns the value of attribute price.
-
#published ⇒ Object
Returns the value of attribute published.
-
#purchase_receipt ⇒ Object
Returns the value of attribute purchase_receipt.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#quantity_limit ⇒ Object
Returns the value of attribute quantity_limit.
-
#shipping ⇒ Object
Returns the value of attribute shipping.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#tagline ⇒ Object
Returns the value of attribute tagline.
-
#updated ⇒ Object
Returns the value of attribute updated.
-
#updated_date ⇒ Object
Returns the value of attribute updated_date.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#video ⇒ Object
Returns the value of attribute video.
Method Summary
Methods included from EndpointMethods::ClassMethods
all, build_collection, create, endpoint_path, endpoint_resource, get, object_root
Methods included from EndpointMethods::InstanceMethods
Methods inherited from Base
Constructor Details
This class inherits a constructor from Celery::Base
Instance Attribute Details
#_id ⇒ Object
Returns the value of attribute _id.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def _id @_id end |
#analytics ⇒ Object
Returns the value of attribute analytics.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def analytics @analytics end |
#billing_notes ⇒ Object
Returns the value of attribute billing_notes.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def billing_notes @billing_notes end |
#campaign ⇒ Object
Returns the value of attribute campaign.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def campaign @campaign end |
#created ⇒ Object
Returns the value of attribute created.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def created @created end |
#created_date ⇒ Object
Returns the value of attribute created_date.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def created_date @created_date end |
#css ⇒ Object
Returns the value of attribute css.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def css @css end |
#deposit ⇒ Object
Returns the value of attribute deposit.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def deposit @deposit end |
#description ⇒ Object
Returns the value of attribute description.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def description @description end |
#extras ⇒ Object
Returns the value of attribute extras.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def extras @extras end |
#flags ⇒ Object
Returns the value of attribute flags.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def flags @flags end |
#id ⇒ Object
Returns the value of attribute id.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def id @id end |
#image ⇒ Object
Returns the value of attribute image.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def image @image end |
#name ⇒ Object
Returns the value of attribute name.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def name @name end |
#options ⇒ Object
Returns the value of attribute options.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def end |
#pitch ⇒ Object
Returns the value of attribute pitch.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def pitch @pitch end |
#price ⇒ Object
Returns the value of attribute price.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def price @price end |
#published ⇒ Object
Returns the value of attribute published.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def published @published end |
#purchase_receipt ⇒ Object
Returns the value of attribute purchase_receipt.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def purchase_receipt @purchase_receipt end |
#quantity ⇒ Object
Returns the value of attribute quantity.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def quantity @quantity end |
#quantity_limit ⇒ Object
Returns the value of attribute quantity_limit.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def quantity_limit @quantity_limit end |
#shipping ⇒ Object
Returns the value of attribute shipping.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def shipping @shipping end |
#slug ⇒ Object
Returns the value of attribute slug.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def slug @slug end |
#tagline ⇒ Object
Returns the value of attribute tagline.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def tagline @tagline end |
#updated ⇒ Object
Returns the value of attribute updated.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def updated @updated end |
#updated_date ⇒ Object
Returns the value of attribute updated_date.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def updated_date @updated_date end |
#user_id ⇒ Object
Returns the value of attribute user_id.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def user_id @user_id end |
#video ⇒ Object
Returns the value of attribute video.
11 12 13 |
# File 'lib/celery/product.rb', line 11 def video @video end |