cxf 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 87b5b469db91be135d0c9d51f542cd8ac55018185fdb483494d7e890c9eb7b02
4
- data.tar.gz: 33c7250ad7a53edf5f3c5edbbf190b10ccfdeb557c7bbfd55c977b6955bd9964
3
+ metadata.gz: c0a71c504ca9f2b229b5d68535c6f96d0d2aed4647c5f09a496f7c4e6dfe39e8
4
+ data.tar.gz: 26ad78974ffd6995bfa896b76bce187f3f9b6d04e5c35918193702b61b8d1ee7
5
5
  SHA512:
6
- metadata.gz: 5d1ad4b14251ffdd1d79cad7039811f0c9c21b20a6b9f15717665367dfc6faee96839134866e29f473d4dbddcfb00c74978d57efce0254f11360a1db1d669dbd
7
- data.tar.gz: d8d9e887757172158c488625366459fb54f62960f6069883a08bf8010f7f07ac75d6652f51e471b2662c6bfb2b2da3dedd33b2f1304c5ade9f9cadb9d1cef5ab
6
+ metadata.gz: a6862001d7e884971f6d1fc23504a0156fa97f62a14826d08799760374d75edb0a23be70d83d2779872d5612c547bd1b3af75d68b7d93dde7fdc5b929d614181
7
+ data.tar.gz: 9c7eda03f2587846b5c222bbc9ff1fe7d3629f33511fec4c6ffc127533918d7d8737464874e9888354202c5fee8a88cd329f8d682a55f92c1bbce8923c3686f3
@@ -3,11 +3,11 @@
3
3
  ### V1/CONTENT ###
4
4
 
5
5
  require_relative './assets'
6
- require_relative './content_prints'
7
6
  require_relative './print_versions'
7
+ require_relative './content_prints'
8
8
 
9
9
  module PublicContent
10
10
  include PublicAssets
11
- include ContentPrints
12
- include PrintVersions
11
+ include PublicContentPrints
12
+ include PublicPrintVersions
13
13
  end
@@ -1,30 +1,5 @@
1
1
  # frozen_string_literal: true
2
- module ContentPrints
3
- # === Get content print.
4
- # Get a collection of content print.
5
- #
6
- # ==== Parameters
7
- # options:: (Hash) -- List of Resource Collection Options shown above can be used as parameter.
8
- # use_post:: (Boolean) -- Variable to determine if the request is by 'post' or 'get' functions.
9
- #
10
- # ==== First Example
11
- # @data = @cxf_user.get_content_prints
12
- #
13
- # ==== Second Example
14
- # options = {
15
- # fields: 'id, slug'
16
- # }
17
- # @data = @cxf_user.get_content_prints(options)
18
- #
19
- # ==== Third Example
20
- # options = {
21
- # fields: 'id, slug'
22
- # }
23
- # @data = @cxf_user.get_content_prints(options, true)
24
- def get_content_prints(options = nil, use_post = true)
25
- get_query_results('/content/prints', options, use_post)
26
- end
27
-
2
+ module PublicContentPrints
28
3
  # === Get content print.
29
4
  # Get a content print info.
30
5
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module PrintVersions
3
+ module PublicPrintVersions
4
4
  # === Get print versions.
5
5
  # Get a collection of print versions.
6
6
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cxf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ruben Gomez Garcia, Omar Mora, Luis Hesiquio