Class: PostProxy::SyncProfile
Instance Attribute Summary collapse
-
#external_username ⇒ Object
Returns the value of attribute external_username.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#network ⇒ Object
Returns the value of attribute network.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#external_username ⇒ Object
Returns the value of attribute external_username.
406 407 408 |
# File 'lib/postproxy/types.rb', line 406 def external_username @external_username end |
#id ⇒ Object
Returns the value of attribute id.
406 407 408 |
# File 'lib/postproxy/types.rb', line 406 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
406 407 408 |
# File 'lib/postproxy/types.rb', line 406 def name @name end |
#network ⇒ Object
Returns the value of attribute network.
406 407 408 |
# File 'lib/postproxy/types.rb', line 406 def network @network end |