Class: Jekyll::SubscriberOnly::Conf
- Inherits:
-
Struct
- Object
- Struct
- Jekyll::SubscriberOnly::Conf
- Defined in:
- lib/jekyll/subscriber_only.rb
Instance Attribute Summary collapse
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#env ⇒ Object
Returns the value of attribute env.
-
#public_token ⇒ Object
Returns the value of attribute public_token.
-
#script_url ⇒ Object
Returns the value of attribute script_url.
-
#secret_token ⇒ Object
Returns the value of attribute secret_token.
-
#upload_url ⇒ Object
Returns the value of attribute upload_url.
Instance Attribute Details
#base_url ⇒ Object
Returns the value of attribute base_url
18 19 20 |
# File 'lib/jekyll/subscriber_only.rb', line 18 def base_url @base_url end |
#env ⇒ Object
Returns the value of attribute env
18 19 20 |
# File 'lib/jekyll/subscriber_only.rb', line 18 def env @env end |
#public_token ⇒ Object
Returns the value of attribute public_token
18 19 20 |
# File 'lib/jekyll/subscriber_only.rb', line 18 def public_token @public_token end |
#script_url ⇒ Object
Returns the value of attribute script_url
18 19 20 |
# File 'lib/jekyll/subscriber_only.rb', line 18 def script_url @script_url end |
#secret_token ⇒ Object
Returns the value of attribute secret_token
18 19 20 |
# File 'lib/jekyll/subscriber_only.rb', line 18 def secret_token @secret_token end |
#upload_url ⇒ Object
Returns the value of attribute upload_url
18 19 20 |
# File 'lib/jekyll/subscriber_only.rb', line 18 def upload_url @upload_url end |