Class: ACTV::AssetLegacyData

Inherits:
Base
  • Object
show all
Defined in:
lib/actv/asset_legacy_data.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], attr_reader, define_attribute_method, define_predicate_method, define_uri_method, #delete, from_response, #initialize, #memoize, #method_missing, object_attr_reader, #respond_to?, #to_hash, #update, uri_attr_reader

Constructor Details

This class inherits a constructor from ACTV::Base

Dynamic Method Handling

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

Instance Attribute Details

#assetTypeIdObject (readonly) Also known as: id

Returns the value of attribute assetTypeId.



6
7
8
# File 'lib/actv/asset_legacy_data.rb', line 6

def assetTypeId
  @assetTypeId
end

#createdDateObject (readonly) Also known as: created_at

Returns the value of attribute createdDate.



6
7
8
# File 'lib/actv/asset_legacy_data.rb', line 6

def createdDate
  @createdDate
end

#isSearchableObject (readonly) Also known as: is_searchable?

Returns the value of attribute isSearchable.



6
7
8
# File 'lib/actv/asset_legacy_data.rb', line 6

def isSearchable
  @isSearchable
end

#modifiedDateObject (readonly) Also known as: updated_at

Returns the value of attribute modifiedDate.



6
7
8
# File 'lib/actv/asset_legacy_data.rb', line 6

def modifiedDate
  @modifiedDate
end

#onlineRegistrationObject (readonly) Also known as: online_registration?, online_registration

Returns the value of attribute onlineRegistration.



6
7
8
# File 'lib/actv/asset_legacy_data.rb', line 6

def onlineRegistration
  @onlineRegistration
end

#seoUrlObject (readonly) Also known as: seo_url

Returns the value of attribute seoUrl.



6
7
8
# File 'lib/actv/asset_legacy_data.rb', line 6

def seoUrl
  @seoUrl
end

#substitutionUrlObject (readonly) Also known as: substitution_url

Returns the value of attribute substitutionUrl.



6
7
8
# File 'lib/actv/asset_legacy_data.rb', line 6

def substitutionUrl
  @substitutionUrl
end

#typeNameObject (readonly) Also known as: type_name

Returns the value of attribute typeName.



6
7
8
# File 'lib/actv/asset_legacy_data.rb', line 6

def typeName
  @typeName
end