Class: Jirify::Models::BaseList
- Includes:
- Enumerable
- Defined in:
- lib/jirify/models/base_list.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#list ⇒ Object
readonly
Returns the value of attribute list.
Instance Method Summary collapse
Methods inherited from Base
client, #initialize, #method_missing, #respond_to_missing?
Constructor Details
This class inherits a constructor from Jirify::Models::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Jirify::Models::Base
Instance Attribute Details
#list ⇒ Object (readonly)
Returns the value of attribute list.
6 7 8 |
# File 'lib/jirify/models/base_list.rb', line 6 def list @list end |
Instance Method Details
#each(&block) ⇒ Object
8 9 10 |
# File 'lib/jirify/models/base_list.rb', line 8 def each(&block) list.each(&block) end |