Class: ACTV::EventResult

Inherits:
Base
  • Object
show all
Defined in:
lib/actv/event_result.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

#addressObject (readonly)

Returns the value of attribute address.



4
5
6
# File 'lib/actv/event_result.rb', line 4

def address
  @address
end

#asset_idObject (readonly)

Returns the value of attribute asset_id.



4
5
6
# File 'lib/actv/event_result.rb', line 4

def asset_id
  @asset_id
end

#asset_type_idObject (readonly)

Returns the value of attribute asset_type_id.



4
5
6
# File 'lib/actv/event_result.rb', line 4

def asset_type_id
  @asset_type_id
end

#dateObject (readonly)

Returns the value of attribute date.



4
5
6
# File 'lib/actv/event_result.rb', line 4

def date
  @date
end

#event_typeObject (readonly)

Returns the value of attribute event_type.



4
5
6
# File 'lib/actv/event_result.rb', line 4

def event_type
  @event_type
end

#idObject (readonly)

Returns the value of attribute id.



4
5
6
# File 'lib/actv/event_result.rb', line 4

def id
  @id
end

#latitudeObject (readonly)

Returns the value of attribute latitude.



4
5
6
# File 'lib/actv/event_result.rb', line 4

def latitude
  @latitude
end

#longitudeObject (readonly)

Returns the value of attribute longitude.



4
5
6
# File 'lib/actv/event_result.rb', line 4

def longitude
  @longitude
end

#sub_eventsObject (readonly)

Returns the value of attribute sub_events.



4
5
6
# File 'lib/actv/event_result.rb', line 4

def sub_events
  @sub_events
end

#titleObject (readonly)

Returns the value of attribute title.



4
5
6
# File 'lib/actv/event_result.rb', line 4

def title
  @title
end

#urlObject (readonly)

Returns the value of attribute url.



4
5
6
# File 'lib/actv/event_result.rb', line 4

def url
  @url
end

#userObject (readonly)

Returns the value of attribute user.



4
5
6
# File 'lib/actv/event_result.rb', line 4

def user
  @user
end