class Softlayer::Auxiliary::Press::Release

Constants

SERVICE

Attributes

about[RW]
about_count[RW]
contact_count[RW]
contacts[RW]
id[RW]
media_partner_count[RW]
media_partners[RW]
press_release_content[RW]
publish_date[RW]
release_location[RW]
sub_title[RW]
title[RW]
website_highlight_flag[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/auxiliary/press/release.rb, line 28
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Auxiliary::Press::Release])
end
get_rendered_press_releases(message) click to toggle source

result_limit year

# File lib/softlayer/auxiliary/press/release.rb, line 54
def self.get_rendered_press_releases(message)
  request(:get_rendered_press_releases, Array[Softlayer::Auxiliary::Press::Release], message)
end
get_website_highlight_press_releases() click to toggle source
# File lib/softlayer/auxiliary/press/release.rb, line 58
def self.get_website_highlight_press_releases
  request(:get_website_highlight_press_releases, Array[Softlayer::Auxiliary::Press::Release])
end

Public Instance Methods

get_about() click to toggle source
# File lib/softlayer/auxiliary/press/release.rb, line 24
def get_about
  request(:get_about, Array[Softlayer::Auxiliary::Press::Release::About::Press::Release])
end
get_contacts() click to toggle source
# File lib/softlayer/auxiliary/press/release.rb, line 32
def get_contacts
  request(:get_contacts, Array[Softlayer::Auxiliary::Press::Release::Contact::Press::Release])
end
get_media_partners() click to toggle source
# File lib/softlayer/auxiliary/press/release.rb, line 36
def get_media_partners
  request(:get_media_partners, Array[Softlayer::Auxiliary::Press::Release::Media::Partner::Press::Release])
end
get_object() click to toggle source
# File lib/softlayer/auxiliary/press/release.rb, line 40
def get_object
  request(:get_object, Softlayer::Auxiliary::Press::Release)
end
get_press_release_content() click to toggle source
# File lib/softlayer/auxiliary/press/release.rb, line 44
def get_press_release_content
  request(:get_press_release_content, Softlayer::Auxiliary::Press::Release::Content)
end
get_rendered_press_release() click to toggle source
# File lib/softlayer/auxiliary/press/release.rb, line 48
def get_rendered_press_release
  request(:get_rendered_press_release, Array[Softlayer::Auxiliary::Press::Release])
end