Class: Unresponsys::List
Defined Under Namespace
Classes: Members
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(client, name) ⇒ List
constructor
A new instance of List.
- #members ⇒ Object
Constructor Details
#initialize(client, name) ⇒ List
Returns a new instance of List.
5 6 7 8 |
# File 'lib/unresponsys/list.rb', line 5 def initialize(client, name) @client = client @name = name end |