Class: Conversocial::Resources::Models::Account

Inherits:
Base
  • Object
show all
Defined in:
lib/conversocial/resources/models/account.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/account.rb', line 5

def self.fields
  %w{url reports id channels description package created_date name}.map &:to_sym
end