Class: Conversocial::Resources::Models::Author

Inherits:
Base
  • Object
show all
Defined in:
lib/conversocial/resources/models/author.rb

Instance Attribute Summary

Attributes inherited from Base

#contents, #loaded_attributes

Class Method Summary collapse

Methods inherited from Base

#assign_attributes, #attributes, #fields, #initialize, #inspect, #refresh

Methods included from Utils::Strings

#demodulize

Constructor Details

This class inherits a constructor from Conversocial::Resources::Models::Base

Class Method Details

.fieldsObject



5
6
7
# File 'lib/conversocial/resources/models/author.rb', line 5

def self.fields
  %w{id url platform platform_id screen_name real_name location website description profile_picture profile_link}
end