Class: PostProxy::SyncProfile

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

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

#external_usernameObject

Returns the value of attribute external_username.



519
520
521
# File 'lib/postproxy/types.rb', line 519

def external_username
  @external_username
end

#idObject

Returns the value of attribute id.



519
520
521
# File 'lib/postproxy/types.rb', line 519

def id
  @id
end

#nameObject

Returns the value of attribute name.



519
520
521
# File 'lib/postproxy/types.rb', line 519

def name
  @name
end

#networkObject

Returns the value of attribute network.



519
520
521
# File 'lib/postproxy/types.rb', line 519

def network
  @network
end