Class: Blackbaud::Client::Version
- Inherits:
-
Object
- Object
- Blackbaud::Client::Version
- Defined in:
- lib/blackbaud-client/version.rb
Constant Summary collapse
- MAJOR =
0- MINOR =
2- PATCH =
1- STRING =
"#{MAJOR}.#{MINOR}.#{PATCH}"
Class Method Summary collapse
-
.inspect ⇒ Object
(also: to_s)
A String representing the current version of the OEmbed gem.
Class Method Details
.inspect ⇒ Object Also known as: to_s
A String representing the current version of the OEmbed gem.
11 12 13 |
# File 'lib/blackbaud-client/version.rb', line 11 def inspect STRING end |