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.



3
4
5
# File 'lib/rubyblok/configuration.rb', line 3

def api_token
  @api_token
end

#cachedObject

Returns the value of attribute cached.



3
4
5
# File 'lib/rubyblok/configuration.rb', line 3

def cached
  @cached
end

#component_pathObject

Returns the value of attribute component_path.



3
4
5
# File 'lib/rubyblok/configuration.rb', line 3

def component_path
  @component_path
end

#model_nameObject

Returns the value of attribute model_name.



3
4
5
# File 'lib/rubyblok/configuration.rb', line 3

def model_name
  @model_name
end

#property=(value) ⇒ Object (writeonly)

Sets the attribute property

Parameters:

  • value

    the value to set the attribute property to.



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

def property=(value)
  @property = value
end

#versionObject

Returns the value of attribute version.



3
4
5
# File 'lib/rubyblok/configuration.rb', line 3

def version
  @version
end

#webhook_secretObject

Returns the value of attribute webhook_secret.



3
4
5
# File 'lib/rubyblok/configuration.rb', line 3

def webhook_secret
  @webhook_secret
end