module TwentyBN
Constants
- VERSION
Attributes
config[RW]
Public Class Methods
api_key=(api_key)
click to toggle source
# File lib/twentybn/image.rb, line 7 def self.api_key=(api_key) config[:api_key] = api_key.to_s end
image(image)
click to toggle source
# File lib/twentybn/image.rb, line 11 def self.image(image) Image.new(image) end