Class: SparkApi::Models::SystemInfo

Inherits:
Base
  • Object
show all
Defined in:
lib/spark_api/models/system_info.rb

Constant Summary

Constants included from Paginate

Paginate::DEFAULT_PAGE_SIZE

Instance Attribute Summary

Attributes inherited from Base

#attributes, #errors, #parent

Instance Method Summary collapse

Methods inherited from Base

connection, #connection, count, element_name, element_name=, first, get, #id, #initialize, #load, #method_missing, #parse_id, path, #path, #persisted?, prefix, prefix=, #resource_pluralized, #resource_uri, #respond_to?, #to_param, #to_partial_path

Methods included from Paginate

#collect, #paginate, #per_page

Methods included from Dirty

#changed, #changed?, #changed_attributes, #changes, #dirty_attributes, #previous_changes

Constructor Details

This class inherits a constructor from SparkApi::Models::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class SparkApi::Models::Base

Instance Method Details

#primary_logoObject



6
7
8
9
10
11
# File 'lib/spark_api/models/system_info.rb', line 6

def 
   = nil
  mls_logos = attributes['Configuration'].first['MlsLogos']
   = mls_logos.first if !mls_logos.nil? and !mls_logos.empty?
  
end