Class: Rubyblok::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/rubyblok/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_tokenObject

Returns the value of attribute api_token.



5
6
7
# File 'lib/rubyblok/configuration.rb', line 5

def api_token
  @api_token
end

#auto_updateObject

Returns the value of attribute auto_update.



5
6
7
# File 'lib/rubyblok/configuration.rb', line 5

def auto_update
  @auto_update
end

#cache_viewsObject

Returns the value of attribute cache_views.



5
6
7
# File 'lib/rubyblok/configuration.rb', line 5

def cache_views
  @cache_views
end

#cachedObject

Returns the value of attribute cached.



5
6
7
# File 'lib/rubyblok/configuration.rb', line 5

def cached
  @cached
end

#component_pathObject

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_nameObject

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_nameObject

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_imagesObject

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

#versionObject

Returns the value of attribute version.



5
6
7
# File 'lib/rubyblok/configuration.rb', line 5

def version
  @version
end

#webhook_secretObject

Returns the value of attribute webhook_secret.



5
6
7
# File 'lib/rubyblok/configuration.rb', line 5

def webhook_secret
  @webhook_secret
end