Class: ACTV::Organizer

Inherits:
Identity show all
Defined in:
lib/actv/organizer.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Identity

#==, #initialize

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::Identity

Dynamic Method Handling

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

Instance Attribute Details

#addressCityNameObject (readonly) Also known as: city

Returns the value of attribute addressCityName.



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

def addressCityName
  @addressCityName
end

#addressCountryCdObject (readonly) Also known as: country

Returns the value of attribute addressCountryCd.



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

def addressCountryCd
  @addressCountryCd
end

#addressLine1TxtObject (readonly) Also known as: address_line1

Returns the value of attribute addressLine1Txt.



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

def addressLine1Txt
  @addressLine1Txt
end

#addressLine2TxtObject (readonly) Also known as: address_line2

Returns the value of attribute addressLine2Txt.



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

def addressLine2Txt
  @addressLine2Txt
end

#addressLocalityNameObject (readonly) Also known as: locality

Returns the value of attribute addressLocalityName.



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

def addressLocalityName
  @addressLocalityName
end

#addressPostalCdObject (readonly) Also known as: postal_code

Returns the value of attribute addressPostalCd.



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

def addressPostalCd
  @addressPostalCd
end

#addressStateProvinceCodeObject (readonly) Also known as: state

Returns the value of attribute addressStateProvinceCode.



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

def addressStateProvinceCode
  @addressStateProvinceCode
end

#faxObject (readonly)

Returns the value of attribute fax.



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

def fax
  @fax
end

#hideOrganizationContactObject (readonly)

Returns the value of attribute hideOrganizationContact.



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

def hideOrganizationContact
  @hideOrganizationContact
end

#latitudeObject (readonly)

Returns the value of attribute latitude.



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

def latitude
  @latitude
end

#longitudeObject (readonly)

Returns the value of attribute longitude.



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

def longitude
  @longitude
end

#organizationDscObject (readonly) Also known as: description

Returns the value of attribute organizationDsc.



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

def organizationDsc
  @organizationDsc
end

#organizationGuidObject (readonly) Also known as: id

Returns the value of attribute organizationGuid.



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

def organizationGuid
  @organizationGuid
end

#organizationNameObject (readonly) Also known as: name

Returns the value of attribute organizationName.



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

def organizationName
  @organizationName
end

#primaryContactEmailAdrObject (readonly) Also known as: email

Returns the value of attribute primaryContactEmailAdr.



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

def primaryContactEmailAdr
  @primaryContactEmailAdr
end

#primaryContactNameObject (readonly) Also known as: primary_contact

Returns the value of attribute primaryContactName.



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

def primaryContactName
  @primaryContactName
end

#primaryContactPhoneObject (readonly) Also known as: phone

Returns the value of attribute primaryContactPhone.



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

def primaryContactPhone
  @primaryContactPhone
end

#showOrganizationNameObject (readonly)

Returns the value of attribute showOrganizationName.



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

def showOrganizationName
  @showOrganizationName
end

#sourceSystemGuidObject (readonly)

Returns the value of attribute sourceSystemGuid.



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

def sourceSystemGuid
  @sourceSystemGuid
end