Module: FuelSDK::Objects::Soap::Read

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#filterObject

Returns the value of attribute filter.



5
6
7
# File 'lib/fuelsdk/objects.rb', line 5

def filter
  @filter
end

Instance Method Details

#get(_id = nil) ⇒ Object



6
7
8
# File 'lib/fuelsdk/objects.rb', line 6

def get _id=nil
  client.soap_get _id||id, Array.wrap(properties), filter
end

#infoObject



10
11
12
# File 'lib/fuelsdk/objects.rb', line 10

def info
  client.soap_describe id
end