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.



406
407
408
# File 'lib/postproxy/types.rb', line 406

def external_username
  @external_username
end

#idObject

Returns the value of attribute id.



406
407
408
# File 'lib/postproxy/types.rb', line 406

def id
  @id
end

#nameObject

Returns the value of attribute name.



406
407
408
# File 'lib/postproxy/types.rb', line 406

def name
  @name
end

#networkObject

Returns the value of attribute network.



406
407
408
# File 'lib/postproxy/types.rb', line 406

def network
  @network
end