opensearch-project / opensearch-ruby

Ruby Client for OpenSearch
Apache License 2.0
93 stars 47 forks source link

API Generator: Define explicit reader methods in `Action` Class #201

Open nhtruong opened 1 year ago

nhtruong commented 1 year ago

Instead of using attr_readers, define an explicit reader method for each attribute. For example:

def groups
  @operations.first.group
end