Class: Zm::Client::DlMembership
- Inherits:
-
Struct
- Object
- Struct
- Zm::Client::DlMembership
- Defined in:
- lib/zm/client/distributionlist/dls_membership_collection.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#via ⇒ Object
Returns the value of attribute via.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/zm/client/distributionlist/dls_membership_collection.rb', line 5 def id @id end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/zm/client/distributionlist/dls_membership_collection.rb', line 5 def name @name end |
#via ⇒ Object
Returns the value of attribute via
5 6 7 |
# File 'lib/zm/client/distributionlist/dls_membership_collection.rb', line 5 def via @via end |