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

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



8
9
10
# File 'lib/imgurruby.rb', line 8

def api_key
  @api_key
end

#hostObject

Returns the value of attribute host.



8
9
10
# File 'lib/imgurruby.rb', line 8

def host
  @host
end

#msgObject

Returns the value of attribute msg.



8
9
10
# File 'lib/imgurruby.rb', line 8

def msg
  @msg
end

#proxy_addrObject

Returns the value of attribute proxy_addr.



8
9
10
# File 'lib/imgurruby.rb', line 8

def proxy_addr
  @proxy_addr
end

#proxy_portObject

Returns the value of attribute proxy_port.



8
9
10
# File 'lib/imgurruby.rb', line 8

def proxy_port
  @proxy_port
end

#urlObject

Returns the value of attribute url.



8
9
10
# File 'lib/imgurruby.rb', line 8

def url
  @url
end