Class: Seam::Resources::PartnerResource

Inherits:
BaseResource show all
Defined in:
lib/seam/routes/resources/partner_resource.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods inherited from BaseResource

date_accessor, #initialize, #inspect, load_from_response, #update_from_response

Constructor Details

This class inherits a constructor from Seam::Resources::BaseResource

Instance Attribute Details

#custom_metadataObject

Returns the value of attribute custom_metadata.



6
7
8
# File 'lib/seam/routes/resources/partner_resource.rb', line 6

def 
  @custom_metadata
end

#customer_keyObject

Returns the value of attribute customer_key.



6
7
8
# File 'lib/seam/routes/resources/partner_resource.rb', line 6

def customer_key
  @customer_key
end

#descriptionObject

Returns the value of attribute description.



6
7
8
# File 'lib/seam/routes/resources/partner_resource.rb', line 6

def description
  @description
end

#email_addressObject

Returns the value of attribute email_address.



6
7
8
# File 'lib/seam/routes/resources/partner_resource.rb', line 6

def email_address
  @email_address
end

#ends_atObject

Returns the value of attribute ends_at.



6
7
8
# File 'lib/seam/routes/resources/partner_resource.rb', line 6

def ends_at
  @ends_at
end

#location_keysObject

Returns the value of attribute location_keys.



6
7
8
# File 'lib/seam/routes/resources/partner_resource.rb', line 6

def location_keys
  @location_keys
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/seam/routes/resources/partner_resource.rb', line 6

def name
  @name
end

#partner_resource_keyObject

Returns the value of attribute partner_resource_key.



6
7
8
# File 'lib/seam/routes/resources/partner_resource.rb', line 6

def partner_resource_key
  @partner_resource_key
end

#partner_resource_typeObject

Returns the value of attribute partner_resource_type.



6
7
8
# File 'lib/seam/routes/resources/partner_resource.rb', line 6

def partner_resource_type
  @partner_resource_type
end

#phone_numberObject

Returns the value of attribute phone_number.



6
7
8
# File 'lib/seam/routes/resources/partner_resource.rb', line 6

def phone_number
  @phone_number
end

#starts_atObject

Returns the value of attribute starts_at.



6
7
8
# File 'lib/seam/routes/resources/partner_resource.rb', line 6

def starts_at
  @starts_at
end

#user_identity_keyObject

Returns the value of attribute user_identity_key.



6
7
8
# File 'lib/seam/routes/resources/partner_resource.rb', line 6

def user_identity_key
  @user_identity_key
end