Class: PostProxy::ConnectionResponse

Inherits:
Model
  • Object
show all
Defined in:
lib/postproxy/types.rb

Overview

OAuth-style connection response (facebook, instagram, twitter, etc.).

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize, #to_h

Constructor Details

This class inherits a constructor from PostProxy::Model

Instance Attribute Details

#successObject

Returns the value of attribute success.



399
400
401
# File 'lib/postproxy/types.rb', line 399

def success
  @success
end

#urlObject

Returns the value of attribute url.



399
400
401
# File 'lib/postproxy/types.rb', line 399

def url
  @url
end