Class: Dnsimple::Struct::EmailForward

Inherits:
Base
  • Object
show all
Defined in:
lib/dnsimple/struct/email_forward.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Dnsimple::Struct::Base

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



9
10
11
# File 'lib/dnsimple/struct/email_forward.rb', line 9

def created_at
  @created_at
end

#domain_idObject

Returns the value of attribute domain_id.



6
7
8
# File 'lib/dnsimple/struct/email_forward.rb', line 6

def domain_id
  @domain_id
end

#fromObject

Returns the value of attribute from.



7
8
9
# File 'lib/dnsimple/struct/email_forward.rb', line 7

def from
  @from
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/dnsimple/struct/email_forward.rb', line 5

def id
  @id
end

#toObject

Returns the value of attribute to.



8
9
10
# File 'lib/dnsimple/struct/email_forward.rb', line 8

def to
  @to
end

#updated_atObject

Returns the value of attribute updated_at.



10
11
12
# File 'lib/dnsimple/struct/email_forward.rb', line 10

def updated_at
  @updated_at
end