Module: Imgurruby
- Defined in:
- lib/imgurruby.rb,
lib/imgurruby/version.rb
Defined Under Namespace
Classes: Imgur
Constant Summary collapse
- VERSION =
"1.0"
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#host ⇒ Object
Returns the value of attribute host.
-
#msg ⇒ Object
Returns the value of attribute msg.
-
#proxy_addr ⇒ Object
Returns the value of attribute proxy_addr.
-
#proxy_port ⇒ Object
Returns the value of attribute proxy_port.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
8 9 10 |
# File 'lib/imgurruby.rb', line 8 def api_key @api_key end |
#host ⇒ Object
Returns the value of attribute host.
8 9 10 |
# File 'lib/imgurruby.rb', line 8 def host @host end |
#msg ⇒ Object
Returns the value of attribute msg.
8 9 10 |
# File 'lib/imgurruby.rb', line 8 def msg @msg end |
#proxy_addr ⇒ Object
Returns the value of attribute proxy_addr.
8 9 10 |
# File 'lib/imgurruby.rb', line 8 def proxy_addr @proxy_addr end |
#proxy_port ⇒ Object
Returns the value of attribute proxy_port.
8 9 10 |
# File 'lib/imgurruby.rb', line 8 def proxy_port @proxy_port end |
#url ⇒ Object
Returns the value of attribute url.
8 9 10 |
# File 'lib/imgurruby.rb', line 8 def url @url end |