Class: Dnsimple::Struct::DnsAnalytics
- Defined in:
- lib/dnsimple/struct/dns_analytics.rb
Instance Attribute Summary collapse
-
#date ⇒ Date
The date.
-
#volume ⇒ Integer
The recorded volume.
-
#zone_name ⇒ String
The zone name.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#date ⇒ Date
Returns The date.
10 11 12 |
# File 'lib/dnsimple/struct/dns_analytics.rb', line 10 def date @date end |
#volume ⇒ Integer
Returns The recorded volume.
7 8 9 |
# File 'lib/dnsimple/struct/dns_analytics.rb', line 7 def volume @volume end |
#zone_name ⇒ String
Returns The zone name.
13 14 15 |
# File 'lib/dnsimple/struct/dns_analytics.rb', line 13 def zone_name @zone_name end |