Module: XanoApiGem
- Defined in:
- lib/xano_api_gem.rb,
lib/xano_api_gem/version.rb
Constant Summary collapse
- VERSION =
"0.1.0"
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
Class Method Summary collapse
- .configure {|_self| ... } ⇒ Object
-
.example_method ⇒ Object
Example method to perform a common task.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/xano_api_gem.rb', line 3 def api_key @api_key end |
Class Method Details
.configure {|_self| ... } ⇒ Object
5 6 7 |
# File 'lib/xano_api_gem.rb', line 5 def configure yield self end |
.example_method ⇒ Object
Example method to perform a common task
13 14 15 |
# File 'lib/xano_api_gem.rb', line 13 def self.example_method puts "This is an example method." end |