Class: Conversocial::Resources::Models::Author
- Defined in:
- lib/conversocial/resources/models/author.rb
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
#assign_attributes, #attributes, #fields, #initialize, #inspect, #refresh
Methods included from Utils::Strings
Constructor Details
This class inherits a constructor from Conversocial::Resources::Models::Base
Class Method Details
.fields ⇒ Object
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 |