Class: Rubyblok::Configuration
- Inherits:
-
Object
- Object
- Rubyblok::Configuration
- Defined in:
- lib/rubyblok/configuration.rb
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#auto_update ⇒ Object
Returns the value of attribute auto_update.
-
#cache_views ⇒ Object
Returns the value of attribute cache_views.
-
#cached ⇒ Object
Returns the value of attribute cached.
-
#component_path ⇒ Object
Returns the value of attribute component_path.
-
#image_model_name ⇒ Object
Returns the value of attribute image_model_name.
-
#model_name ⇒ Object
Returns the value of attribute model_name.
-
#use_cdn_images ⇒ Object
Returns the value of attribute use_cdn_images.
-
#version ⇒ Object
Returns the value of attribute version.
-
#webhook_secret ⇒ Object
Returns the value of attribute webhook_secret.
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token.
5 6 7 |
# File 'lib/rubyblok/configuration.rb', line 5 def api_token @api_token end |
#auto_update ⇒ Object
Returns the value of attribute auto_update.
5 6 7 |
# File 'lib/rubyblok/configuration.rb', line 5 def auto_update @auto_update end |
#cache_views ⇒ Object
Returns the value of attribute cache_views.
5 6 7 |
# File 'lib/rubyblok/configuration.rb', line 5 def cache_views @cache_views end |
#cached ⇒ Object
Returns the value of attribute cached.
5 6 7 |
# File 'lib/rubyblok/configuration.rb', line 5 def cached @cached end |
#component_path ⇒ Object
Returns the value of attribute component_path.
5 6 7 |
# File 'lib/rubyblok/configuration.rb', line 5 def component_path @component_path end |
#image_model_name ⇒ Object
Returns the value of attribute image_model_name.
5 6 7 |
# File 'lib/rubyblok/configuration.rb', line 5 def image_model_name @image_model_name end |
#model_name ⇒ Object
Returns the value of attribute model_name.
5 6 7 |
# File 'lib/rubyblok/configuration.rb', line 5 def model_name @model_name end |
#use_cdn_images ⇒ Object
Returns the value of attribute use_cdn_images.
5 6 7 |
# File 'lib/rubyblok/configuration.rb', line 5 def use_cdn_images @use_cdn_images end |
#version ⇒ Object
Returns the value of attribute version.
5 6 7 |
# File 'lib/rubyblok/configuration.rb', line 5 def version @version end |
#webhook_secret ⇒ Object
Returns the value of attribute webhook_secret.
5 6 7 |
# File 'lib/rubyblok/configuration.rb', line 5 def webhook_secret @webhook_secret end |